> 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-es/hablla/configuraciones/calendario.md).

# Calendario

## 🗓️Vista general

Los calendarios de Hablla permiten crear agendas personalizadas para cada usuario, facilitando la organización de agendamientos internos. Al igual que en Google Calendar, cada calendario tiene un enlace exclusivo para que los clientes puedan agendar eventos directamente.

***

## ⚙️Cómo configurar

1. Accede a tu cuenta dentro de [Studio](https://studio.hablla.com/), navega hasta C**onfiguraciones -> Calendarios.**&#x20;
2. Para configurar un nuevo calendario, haz clic en **Nuevo calendario.**&#x20;
3. Se cargará un panel lateral (Drawer) para completar la información:

***

<table data-search="false"><thead><tr><th>Campo</th><th>Descripción</th></tr></thead><tbody><tr><td>📝 <strong>Nombre</strong></td><td>Nombre del calendario.</td></tr><tr><td>📄 <strong>Descripción</strong></td><td>Objetivo, instrucciones o detalles del evento.</td></tr><tr><td>👤 <strong>Usuario</strong></td><td>Usuario responsable del calendario.</td></tr><tr><td>🕒 <strong>Horario comercial</strong></td><td>Horario disponible para agendamientos.</td></tr><tr><td>🔗 <strong>Slug</strong></td><td>Nombre utilizado en la URL del calendario. Ej.: <code>calendar.hablla.io/</code><mark style="color:$warning;"><code>mi-calendario</code></mark></td></tr><tr><td>⏱️ <strong>Duración</strong></td><td>Tiempo del evento en minutos.</td></tr><tr><td>⏳ <strong>Intervalo</strong></td><td>Tiempo entre los horarios disponibles.</td></tr></tbody></table>

**Ejemplo de llenado:**&#x20;

<figure><img src="/files/7ad8c1dc1cd2b3608c87981fb04986978a5e0e51" 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-es/hablla/configuraciones/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.
