> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/getting-started/deployment-guides/your-first-30-days/2-admin-tour.md).

# 2: Admin Tour

Now that you're connected and syncing, take a Material tour to get to know what you'll be navigating in for the rest of deployment.

{% @arcade/embed flowId="4YVyVCY5htbFEz0PKars" url="<https://app.arcade.software/share/4YVyVCY5htbFEz0PKars/B6o4FQOpjeZvNl1QAagN>" %}

## Pages to know

As you're working through the deployment guides, you'll often navigate to these pages:

<details>

<summary>Settings</summary>

You'll configure default responses, grace periods, footers, and more in Settings. You can return here after deployment to make changes and tweak custom settings as your strategy evolves, based on the results you see in Material.

Access settings from the upper-right toolbar. Click the gear icon:

<figure><img src="/files/Gw52nRDNFJpmN4FXIlGE" alt="access settings via the gear icon in the top right toolbar"><figcaption><p>Top Right Toolbar (gear icon) - Settings</p></figcaption></figure>

{% hint style="info" %}
**A note about Global and Tenant Levels**

Material is sometimes deployed across multiple tenants. Some settings must be configured at the Global level, then individual tenants inherit traits from that Global setting.

Many settings can be customized at the tenant level. They can also inherit the Global setting by default. To switch between tenants, choose one from the drop-down in the top-right:

<img src="/files/iYlqzSCJoajZHArgyHsX" alt="Choose a tenant from the drop-down in the top-right" data-size="original">
{% endhint %}

</details>

<details>

<summary>Explorer: Group and Account Level Changes</summary>

You can customize many defaults and exceptions down to the group and account level. You'll also assign roles to accounts. All of this is controlled in the **Explorer**, located in the Workspace:

<figure><img src="/files/7DXCqFMhb0GHRJJ8DEaq" alt="access Explorer via the left-hand nav bar in the workspace" width="563"><figcaption><p>Left Navigation - Explorer</p></figcaption></figure>

If you're in Settings, you need to return to the Workspace to access Explorer. In the bottom-left corner, click **Back to Workspace**.

</details>


---

# 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://docs.material.security/getting-started/deployment-guides/your-first-30-days/2-admin-tour.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.
