# Zones

**Zones** are predetermined boundaries set by the admins to identify the areas where bikes and/or scooters can be parked following a rental. These parameters are only applicable to dockless bike and scooter systems. There are 5 zone types.&#x20;

{% hint style="info" %}
Bikes and scooters with GPS tracking capabilities are the only hardware that can utilize zones.
{% endhint %}

**Zone Types**:

\
• **No Go Zone** - Area where users are prohibited from riding.

• **Slow Zone** - Areas where users are prohibited from riding bikes or scooters above a speed limit.

• **Restricted Zone** - Area where users are prohibited from parking bikes or scooters at the end of rentals.&#x20;

• **Preferred Parking Zone** - Preferred area for users to park their bikes or scooters at the end of rentals.

• **Parking Zone** - Area for users to park their bikes or scooters at the end of rentals.\
\
• **Service Zone** - Large area to mark zone where users can leave bikes or scooters in free roam systems.\
\
• **Deployment Zone** - A zone used to balance scooter deployments. This zone is not visible to users.

<figure><img src="/files/a8HB2yIpQ3MotZEsDxLL" alt=""><figcaption><p>Example of Zones</p></figcaption></figure>

You will see **Zone** legends in the bottom right corner of the map represented by pre-assigned colors which line up parts of the map.

{% hint style="info" %}
Users who park bikes or scooters in restricted zones can be subject to parking [fees ](/admin-site/billing/fees.md)added to their ride total at the end of a rental.
{% endhint %}

## Adding Zones

1. Click the **+ Add** button inside of the [Locations](/admin-site/locations.md) tab, where you can fill out all the information associated with your zone, starting with the location name. Under location type, select Zone-based.
2. Select a zone type.
3. A banner can be uploaded to help with identifying a station. For details about banners and branding, refer back to the [Branding ](/admin-site/settings/branding.md)section.

{% hint style="info" %}
"Zone-based" locations can't be used to end rentals. Read the [Zones](/admin-site/locations/zones.md) page for more insights into it.&#x20;
{% endhint %}

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

Below the banner, you will see the option to create and configure zones. Begin by clicking the middle button, which allows you to draw a polygon.

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

Click each area until you have a shape with 3 points minimum. You'll click the first point you made to close the shape and set your parameters.&#x20;

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

{% hint style="info" %}
You can go back and edit the shape after it's completed by clicking the button above the trashcan. You can also click the trash can icon to remove the shape and start over.
{% endhint %}

<figure><img src="/files/8C93kUVGTt1YJyU3YUBk" alt=""><figcaption></figcaption></figure>

When you're finished, scroll back up and click **Save** on the upper right-hand side of the screen.


---

# Agent Instructions: 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:

```
GET https://documentation.movatic.co/admin-site/locations/zones.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
