> 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/configuracoes/calendario.md).

# Calendário

## 🗓️Visão geral

Os calendários da Hablla permitem criar agendas personalizadas para cada usuário, facilitando a organização de agendamentos internos. Assim como no Google Calendar, cada calendário possui um link exclusivo para que clientes possam agendar eventos diretamente.

***

## ⚙️Como configurar

1. Acesse sua conta dentro de [Studio](https://studio.hablla.com/), navegue até C**onfigurações -> Calendários.**&#x20;
2. Para configurar um novo calendário clique sobre **Novo calendário.**&#x20;
3. Será carregada um painel lateral (Drawer) para o preenchimento das informações:

***

<table data-search="false"><thead><tr><th>Campo</th><th>Descrição</th></tr></thead><tbody><tr><td>📝 <strong>Nome</strong></td><td>Nome do calendário.</td></tr><tr><td>📄 <strong>Descrição</strong></td><td>Objetivo, instruções ou detalhes do evento.</td></tr><tr><td>👤 <strong>Usuário</strong></td><td>Usuário responsável pelo calendário.</td></tr><tr><td>🕒 <strong>Horário comercial</strong></td><td>Horário disponível para agendamentos.</td></tr><tr><td>🔗 <strong>Slug</strong></td><td>Nome utilizado na URL do calendário. Ex.: <code>calendar.hablla.io/</code><mark style="color:$warning;"><code>meu-calendario</code></mark></td></tr><tr><td>⏱️ <strong>Duração</strong></td><td>Tempo do evento em minutos.</td></tr><tr><td>⏳ <strong>Intervalo</strong></td><td>Tempo entre os horários disponíveis.</td></tr></tbody></table>

**Exemplo de preenchimento:**&#x20;

<figure><img src="/files/KW8sBcysp95ttG3ekHEK" 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/configuracoes/calendario.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.
