# Creating Tenants using the UI

Begin by creating a new Admin account by pressing the "Sign up" button or Start Trial" at <https://guardianservice.app/>

<figure><img src="/files/SdN4rZ0AOpSGj0zPaXvm" alt=""><figcaption></figcaption></figure>

Accept the Beta Test Term and Conditions

Fill out the required information and press the "Request Acess" button. Please wait some time while we approve your request.&#x20;

<figure><img src="/files/iDtaDXftKF3HFpooT9gr" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Note: We screen each request during the Beta phase to ensure it is a good fit. For this reason, please be patient with your request and ensure that it is a valid email address. Also, please keep an eye out for the junk folder for the approval confirmation.
{% endhint %}

Once the request is approved (you should receive an email confirmation), go back to [https://guardianservice.app/ ](https://guardianservice.app/)and log in with your credentials.

You will now enter your Admin User Interface. To create a new tenant, simply click the "+ Add New Tenant" button.

<figure><img src="/files/ckiZs5BQ2CUElC1WsONx" alt=""><figcaption></figcaption></figure>

Enter a name for the tenant and press the "Create Tenant" button.

<figure><img src="/files/rRreAEdzhq12D3jzDpxA" alt=""><figcaption></figcaption></figure>

Once that is finished, you can now send the invite for users to join the tenant. Press the "Send Invite" button.

<figure><img src="/files/VjLHM68pStxVpbCSQMmj" alt=""><figcaption></figcaption></figure>

Enter the email address of the individual who should receive the tenant URL link. It may be easy to send this to yourself, so you have a copy of the URL yourself. The choice of how you send it is ultimately your decision.

<figure><img src="/files/txBwYdAZ2ZFI8ISG6RlZ" alt=""><figcaption></figcaption></figure>

That's it! Your tenant users can now begin creating policies, fulfilling policy workflows, and minting digital environment assets!&#x20;

{% hint style="info" %}
Note: Everything you see in this UI guide can be done in your own application using the Tenant Operation APIs. Please see the next section for more details.
{% endhint %}


---

# 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.guardianservice.app/technical-information/tenant-admins/creating-tenants-using-the-ui.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.
