> For the complete documentation index, see [llms.txt](https://docs.novacura.com/marketplace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/marketplace-documentation/applications/explore-apps/generic/work-permit-management/documentation/service-zone-management.md).

# Service Zone Management

This application allows managers to create, update, or delete service zones, service areas, and the static layers of the map portlet. When creating or updating a service zone, managers can define its **name, description, emergency contact, and occupancy**. Service areas can also be created or updated with similar details but must be **linked to a service zone**.

## Manage Service Zone/Area

<figure><img src="/files/tsNnJbEn2AoAgQ9lAcd8" alt=""><figcaption></figcaption></figure>

### **Create Service Zone/Service Area**

* Click “Add Row” in respective section

<figure><img src="/files/ONK7dIdgYjMEWMRubWHy" alt=""><figcaption></figcaption></figure>

* Set Name, Description (optional), Emergency Contact (optional), Max Occupancy (optional)
* Select Service Zone (only applicable when creating Service Area)
* Click “Create”
* Click “Save”

### **Delete Service Zone/Service Area**

<figure><img src="/files/hnqQCx3geS4ZOKsDHLqg" alt=""><figcaption></figcaption></figure>

* Select Service Zone/Service Area in corresponding section
* Click “Delete Row”
* Click “Delete”
* Click “Save”

### **Update Service Zone/Service Area**

<figure><img src="/files/z3WkrBj0tMeNdqq6geVW" alt=""><figcaption></figcaption></figure>

* Change Name, Description (optional), Emergency Contact (optional), Max Occupancy (optional)
* Change Service Zone (only applicable when updating Service Area)
* Click “Save”

## Manage Static Layer

### **Create Static Layer**

<figure><img src="/files/BHNJWjr5f8WIxIHDPnLp" alt=""><figcaption></figcaption></figure>

* Set Name
* Add at least four sets of coordinates.
* Select Service Zone (optional)
* Click “Create”

{% hint style="info" %}
If a service zone is connected to the static layer, the “Create Work Permit” wizard can automatically determine and assign the correct service zone.
{% endhint %}

### **Delete Static Layer**

<figure><img src="/files/kYOSO0bWcaHp4GiKXwRp" alt=""><figcaption></figcaption></figure>

* Select Static Layer
* Click “Delete”

### **Update Static Layer**

<figure><img src="/files/TW4PjRA3YwF6aoPwuvWJ" alt=""><figcaption></figcaption></figure>

* Select Static Layer

<figure><img src="/files/Op2poFpYw3PrLA3PPHdj" alt=""><figcaption></figcaption></figure>

* Change Name, Coordinates, Service Zone (optional)
* Click “Update”


---

# 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://docs.novacura.com/marketplace-documentation/applications/explore-apps/generic/work-permit-management/documentation/service-zone-management.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.
