# Como agendar citas automáticamente con tu Agente de Voz IA

{% embed url="<https://www.loom.com/share/6def6257fcb443d99db750af99404011?sid=1c8139fc-8857-46cd-a684-1fa6feb013eb>" %}

:information\_source: Recuerda. Cuando te refieras a fechas, recuerda siempre actualizar el timezone del lugar en donde te encuentras. Esto es importante para mantener claridad y consistencia en la comunicación. Por ejemplo: UTC -5: Bogotá.

Ten en cuenta que para dar contexto a la IA del tiempo actual debes incluir la siguiente variable en tu prompt: {{current\_time}}, lo cual es una variable introducida por nosotros por defecto (no hay necesidad de enviarla como variable dinámica). Esta variable da contexto al agente del tiempo actual en la zona horaria America/Los\_Angeles.

Si necesitas una zona horaria distinta, puedes especificarla usando {{current\_time\_\[timezone]}}.

Por ejemplo: {{current\_time\_America/New\_York}}.

Nótese que \[timezone] debe estar en **formato IANA (Internet Assigned Numbers Authority).**

Algunas de las opciones disponibles son:

| Zona Horaria - Ciudad    | Formato para \[timezone] |
| ------------------------ | ------------------------ |
| Bogotá, Colombia         | America/Bogota           |
| Santiago, Chile          | America/Santiago         |
| La Paz, Bolivia          | America/La\_Paz          |
| Lima, Peru               | America/Lima             |
| Caracas, Venezuela       | America/Caracas          |
| Madrid, España           | Europe/Madrid            |
| Ciudad de Mexico, Mexico | America/Mexico\_City     |


---

# Agent Instructions: 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://docs.dapta.ai/dapta-docs-es/agentes-de-voz-ia/como-agendar-citas-automaticamente-con-tu-agente-de-voz-ia.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.
