> 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/availability-set-up.md).

# Availability Set Up

When your customers want to book you, they can see your available slots based on the **team’s** **combined working hours.** This includes:

* **Business Hours** that define the broader team working hours or the default settings.
* **My Availability** tab lets each teammate set their personal schedule and override that default.

### Business Hours

Use Business Hours to set the team-wide default weekly schedule.

<figure><img src="/files/WY0d9QpqFernzurWaMns" alt="Business Hours weekly schedule with copy-to-days flow"><figcaption></figcaption></figure>

{% stepper %}
{% step %}

#### Open Business Hours

Go to **Storefront → Availability → Business Hours o**r use [this link](https://app.fotello.co/dashboard/availability/weekly-schedule).
{% endstep %}

{% step %}

#### Set your slots

Add the time ranges you want your team to accept bookings.

Add different slots by clicking the **+** next to a slot. Fotello gives you 15-minute time ranges automatically when you click the + button. To edit, just click on the timings. To delete the slots, click on the bin icon on the right of the slot.
{% endstep %}

{% step %}

#### Copy to multiple days

If your timings repeat over multiple days, you just need to set them once, then click the copy button <img src="/files/5bOebsCjDjwybw7cXoSI" alt="" data-size="line">.

Choose the days to copy to, then click **Apply**.
{% endstep %}

{% step %}

#### Save

Click **Save Changes** to update your team's default hours.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Business Time Zone: Your selected time zone shows on the right. Hover over it and click to go to the [Business Details](/business-details/branding.md#business-details) page. Change your preferred time zone there.
{% endhint %}

### My Availability

Use My Availability to set your personal weekly schedule. This overrides the Business Hours of your team and your availability will show up accordingly when customers want to book you.

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

{% stepper %}
{% step %}

#### Open My Availability

Go to **Storefront → Availability → My Availability** or use [this link](https://app.fotello.co/dashboard/availability/my-availability).
{% endstep %}

{% step %}

#### Set your slots

Add the slots you’re available for bookings on a particular day and copy over to the other days (same flow as Business Hours). To finalize, click on the Apply button.
{% endstep %}

{% step %}

#### Save

Click **Save Changes** to update your personal schedule.
{% endstep %}

{% step %}

#### Reset to default (optional)

Click **Reset to default** on the bottom right to turn off your personal availability. Your schedule will match **Business Hours** again.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Personal Time Zone: You can hover over your selected time zone and click on the [Personal Details](/business-details/personal-details.md) page to update your personal time zone. The changes affect how hours display and how booking slots are interpreted.
{% endhint %}


---

# 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/availability-set-up.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.
