> 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-sites.md).

# Sitios de Guest

## Crea tu primer sitio de Guest

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

{% step %}
**Haz clic en Activar tu prueba de 60 días.**
{% endstep %}

{% step %}
**En Crear un sitio:**

a. Introduce la dirección del sitio.\
b. Introduce el nombre del sitio.\
c. Haz clic en **Crear.**

<div align="left" data-with-frame="true"><img src="/files/548a67d9baf43077c7903c0ef7b3e0d61d2392de" alt=""></div>
{% endstep %}

{% step %}
**Como alternativa, en Clientes existentes, selecciona un sitio para importar un sitio de Verkada existente.**

a. Introduce la dirección del sitio.\
b. Haz clic en **Crear.**

<div align="left" data-with-frame="true"><img src="/files/6ca7a0e046f21526a4463b4eb3d1f5e19d5700e8" alt=""></div>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Ver [Configura una tableta de Guest](/guest/es/configuracion/guest-sites/set-up-a-guest-tablet.md) para añadir una tableta a tu sitio para los registros de entrada de invitados.
{% endhint %}

***

## Designa un sitio existente como sitio de Guest

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

{% step %}
**En la navegación de la izquierda, selecciona Configuración de Guest.**
{% endstep %}

{% step %}
**En Organización > Sitios, haz clic en Importar un sitio de Verkada.**

a. Selecciona un sitio para importar.\
b. Introduce la dirección del sitio.\
c. Haz clic en **Hecho** para finalizar la importación del sitio.
{% endstep %}
{% endstepper %}

***

## Eliminar un sitio de Guest

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

{% step %}
**En la navegación de la izquierda, selecciona Configuración de Guest > Organización > Cuenta.**
{% endstep %}

{% step %}
**En Licencia, haz clic en Configuración de licencia.**

a. En el menú desplegable de la parte superior derecha, haz clic en Eliminar **Tabletas o sitio.**\
b. Junto al sitio que deseas eliminar, haz clic en **Eliminar sitio.**\
c. Haz clic en **Eliminar** de nuevo para confirmar.
{% endstep %}
{% endstepper %}

***

{% 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-sites.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.
