> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/knowledge-base/everyday-usage/switch-site.md).

# Switch Site

Once you've created a site and configured User Access, Assets and Activities, you need to make sure you're accessing the intended site, when logged in.

If a user only has access to one site, then they will automatically be directed to that site config.

If a user has access to multiple sites, then they will need to select which one they want to work in.

### First Login

The first time a user logs in, they will be prompted to select which site they wish to work in using the following pop-up:

In this example, Line 1, Line 2 and Lab assets are available at Bottling site 1, and Line 3 is the only asset available at Bottling site 2.

<figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/60208fd212248b2c96d50eeb/images/628c48a28c9b58508348c5a7/file-83oXSjkYQr.png" alt="Site Selection pop-up window." width="375"><figcaption></figcaption></figure>

Clicking Bottling site 1 directs the user to the main dashboard:

<figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/60208fd212248b2c96d50eeb/images/628c494a8bf21a2e2b6d6d00/file-YcRkcEUL34.png" alt="TilliT application main dashboard displaying the asset status list for &#x27;Bottling site 1&#x27;." width="375"><figcaption></figcaption></figure>

### Changing Sites

If a user needs to change sites, they can do so by selecting the User's Initials, found in the top-right of the main page, then **clicking Choose Site:**

<figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/60208fd212248b2c96d50eeb/images/628c654a68d51e7794443174/file-UuRckAeHyO.png" alt="Top-right navigation bar showing an expanded user profile menu with a red box highlighting the &#x27;Choose Site&#x27; option."><figcaption></figcaption></figure>

The user will then be presented with the same pop-up as before.

<figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/60208fd212248b2c96d50eeb/images/628c48a28c9b58508348c5a7/file-83oXSjkYQr.png" alt="Site Selection pop-up window."><figcaption></figcaption></figure>

In this example, selecting Bottling site 2 opens the main dashboard with different assets, as the user is now working in another site:

<figure><img src="https://s3.amazonaws.com/helpscout.net/docs/assets/60208fd212248b2c96d50eeb/images/628c518bc01fce37d9b15eb0/file-yoKsHVJGup.png" alt="TilliT application main dashboard displaying the asset status list for &#x27;Bottling site 2&#x27;."><figcaption></figcaption></figure>


---

# 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:

```
GET https://help.tillit.cloud/tillit/knowledge-base/everyday-usage/switch-site.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.
