> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/zoom-workplace/zoom-phone/zoom-phone-local-survivability-field-guide/initialize-the-zpls-module.md).

# Initialize the ZPLS Module

After a ZPLS module is associated with a site, it must be initialized to begin operation. To initialize a ZPLS module, perform the following steps:

1. From the web portal, under the **Advanced** sub-menu, select **Zoom Node**.
2. In the top-left corner of the screen, confirm **Zoom Node - Phone Local Survivability** is selected in the pulldown menu.
3. Under the **Services** tab, locate the hostname of the ZPLS module.
4. After locating the hostname, **check the box** to the left of the module, and click the **Start** button to initialize the module. Within a minute, it will display as **Running**.

{% hint style="info" %}
There may be a noticeable delay until the status updates from **stopped** to **running**. Please wait at least 3 minutes for all processes to initialize.
{% endhint %}

<div data-with-frame="true"><img src="/files/a7512b8196b08e261a3497b103babff15c4228a9" alt="" width="563"></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://library.zoom.com/zoom-workplace/zoom-phone/zoom-phone-local-survivability-field-guide/initialize-the-zpls-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
