> 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/configure-guest-types.md).

# Configura los tipos de Guest

Los tipos de invitado le permiten personalizar la información que los invitados deben proporcionar en el registro. Esto puede incluir controles de seguridad, documentos requeridos, etc. Es útil ponerle a un tipo de invitado un nombre fácil de identificar para los invitados, como *entrevista* o *entrega*.

{% hint style="danger" %}
El rol mínimo requerido para crear tipos globales de invitado es **Administrador de la organización**.
{% endhint %}

***

## Configurar tipos de invitado

{% 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 > Tipos de invitado, haz clic en Administrar tipos de invitado.**
{% endstep %}

{% step %}
**En la parte superior derecha, haga clic en Agregar Tipo de invitado.**

a. Seleccione **Agregar tipo de invitado global** para crear un tipo de Guest para todos los sitios.\
b. Selecciona **Agregar tipo de invitado del sitio** y seleccione un sitio para crear un tipo de Guest para un sitio individual.
{% endstep %}

{% step %}
**Seleccione el tipo de invitado que desea configurar.**

a. Introduzca un nombre único.\
b. Haga clic en **Guardar y continuar.**\
c. Personalice la configuración del tipo de invitado según sea necesario.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Cuando selecciona el control de seguridad y las subfunciones, se le solicita al invitado que envíe una foto de su identificación. Esta foto se analizará comparándola con una lista agregada de registros de antecedentes y de delincuentes sexuales. Para obtener más información sobre esta función, consulte [Control de seguridad de Verkada Guest](/guest/es/configuracion/guest-security-screening.md).
{% endhint %}

***

{% hint style="info" %}
**¿Prefieres verlo en acción?** Mira el [tutorial en video](https://www.youtube.com/watch?v=5oqAGm89pHE).
{% 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/configure-guest-types.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.
