> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/guest/es/configuracion/guest-documents.md).

# Documentos de Guest

Se puede incorporar una variedad de documentos en el proceso de registro con Verkada Guest. Los documentos incluyen cuestionarios, videos, archivos PDF y documentos de texto personalizados que requieren una firma.

{% hint style="danger" %}
Necesitas permisos de administrador de la organización para gestionar documentos globales de Guest.
{% endhint %}

***

## Crear un documento para un sitio específico

{% stepper %}
{% step %}
**En Verkada Command, vaya a Todos los productos > Workplace > Guest.**
{% endstep %}

{% step %}
**En la navegación de la izquierda, haga clic en Configuración de invitados.**
{% endstep %}

{% step %}
**En Organización > Documents, haz clic en Manage Documents.**
{% endstep %}

{% step %}
**En la esquina superior derecha, haga clic en Añadir documento.**

a. Seleccione **Añadir documento global** para crear un tipo de Guest para todos los sitios.\
b. Selecciona **Añadir documento del sitio** y seleccione un sitio para crear un tipo de Guest para un sitio individual.

<div align="left" data-with-frame="true"><img src="/files/4fab0a9a06fece07a0f4d20d25866c28ec3ccc12" alt="" width="563"></div>
{% endstep %}

{% step %}
**Selecciona el tipo de documento que deseas crear.**

a. Introduzca un nombre único.\
b. Haga clic en **Guardar y continuar.**\
c. Personaliza el documento según sea necesario.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Si admites varios idiomas y ves un signo de exclamación junto a un documento, esto significa que no se ha traducido. Consulta [Administrar varios idiomas para Guest](/guest/es/configuracion/guest-sites/manage-multiple-languages-for-guest.md) para más información.
{% endhint %}

***

{% hint style="info" %}
**¿Prefieres verlo en acción?** Mira el [tutorial en video](https://www.youtube.com/watch?v=SK0UPDLC3P8).
{% 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, and the optional `goal` query parameter:

```
GET https://help.verkada.com/guest/es/configuracion/guest-documents.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.
