> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/availability-and-scheduling/service-area.md).

# Service Area

Service Areas control **where** customers can book you or your team members.

If you don’t add a service area, booking is available for **all locations**.

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

### Add a service area

{% stepper %}
{% step %}

#### Open Service Area

Go to the **Availability** page under your Storefront and click on the **Service Area** tab or use [this link](https://app.fotello.co/dashboard/availability/service-area).
{% endstep %}

{% step %}

#### Click **Add Service Area**

This opens the service area panel.
{% endstep %}

{% step %}

#### Set location & radius

Search for your city in the search bar to set the home base location.

Set the radius you want to cover by moving the slider.
{% endstep %}

{% step %}

#### Assign team members

Assign one or more team members to that service area by selecting the relevant ones from the dropdown.
{% endstep %}

{% step %}

#### Save

Click **Add** to save that service area. You can create multiple service areas if your team members operate in different locations.
{% endstep %}
{% endstepper %}

<figure><img src="/files/xolgxbVZSKfRpFOfsVyd" alt="" width="563"><figcaption></figcaption></figure>


---

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

```
GET https://uni.fotello.co/availability-and-scheduling/service-area.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.
