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

# Guest Sites

## Create your first Guest site

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**Click Activate your 60-day trial.**
{% endstep %}

{% step %}
**Under Create a site:**

a. Enter the site address.\
b. Enter the site name.\
c. Click **Create.**

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

{% step %}
**Alternatively, under Existing customers, select a site to import an existing Verkada site.**

a. Enter the site address.\
b. Click **Create.**

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

{% hint style="warning" %}
See [Set up a Guest Tablet](/guest/configuration/guest-sites/set-up-a-guest-tablet.md) to add a tablet to your site for guest check-ins.
{% endhint %}

***

## Designate an existing site as a Guest site

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**In the left navigation, select Guest Settings.**
{% endstep %}

{% step %}
**Under Organization > Sites, click Import a Verkada site.**

a. Select a site to import.\
b. Enter a site address.\
c. Click **Done** to finish importing the site.
{% endstep %}
{% endstepper %}

***

## Remove a Guest site

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Workplace > Guest.**
{% endstep %}

{% step %}
**In the left navigation, select Guest Settings > Organization > Account.**
{% endstep %}

{% step %}
**Under License, click License Settings.**

a. From the dropdown in the top right, click Remove **Tablets or Site.**\
b. Next to the site you want to remove, click **Remove Site.**\
c. Click **Remove** again to confirm.
{% endstep %}
{% endstepper %}

***

{% hint style="info" %}
**Prefer to see it in action?** Check out the [video tutorial](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/configuration/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.
