> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/hablla-docs-en/hablla/settings/calendar.md).

# Calendar

## 🗓️Overview

Hablla calendars allow you to create customized schedules for each user, making it easier to organize internal appointments. Just like in Google Calendar, each calendar has a unique link so clients can schedule events directly.

***

## ⚙️How to configure

1. Access your account inside [Studio](https://studio.hablla.com/), navigate to C**onfigurations -> Calendars.**&#x20;
2. To set up a new calendar, click on **New calendar.**&#x20;
3. A side panel (Drawer) will be loaded to fill in the information:

***

<table data-search="false"><thead><tr><th>Field</th><th>Description</th></tr></thead><tbody><tr><td>📝 <strong>Name</strong></td><td>Calendar name.</td></tr><tr><td>📄 <strong>Description</strong></td><td>Purpose, instructions, or event details.</td></tr><tr><td>👤 <strong>User</strong></td><td>User responsible for the calendar.</td></tr><tr><td>🕒 <strong>Business hours</strong></td><td>Available time for scheduling.</td></tr><tr><td>🔗 <strong>Slug</strong></td><td>Name used in the calendar URL. E.g.: <code>calendar.hablla.io/</code><mark style="color:$warning;"><code>my-calendar</code></mark></td></tr><tr><td>⏱️ <strong>Duration</strong></td><td>Event time in minutes.</td></tr><tr><td>⏳ <strong>Interval</strong></td><td>Time between available slots.</td></tr></tbody></table>

**Fill-in example:**&#x20;

<figure><img src="/files/b8a040933f437db1274ad7aa7e2d15127c768163" alt="" width="410"><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, and the optional `goal` query parameter:

```
GET https://docs.hablla.com/hablla-docs-en/hablla/settings/calendar.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.
