# Home

### Understand the Page Layout

{% stepper %}
{% step %}

1. Use the **Sidebar Navigation** on the **left** to move between sections.
2. Use the **Content Page** on the **right** to view and work on the selected section.

<div data-with-frame="true"><figure><img src="/files/mCFqJluNfOZ9b7UwR6LO" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Review sidebar shortcuts

The sidebar includes quick-access shortcuts that help you jump to key areas and manage common tasks.

<div data-with-frame="true"><figure><img src="/files/oZfiCaPTxlTrn8j2Qprr" alt="" width="563"><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

***

### Shortcuts

<details>

<summary><strong>Company Name</strong> </summary>

Company Name shows the current company name in the sidebar. Select it to return to the Dashboard and reset navigation to the main overview.

</details>

<details>

<summary><strong>Notifications</strong> </summary>

Notifications shows recent updates. Select the ring bell icon to open the panel. Review notifications one at a time and clear them individually, or select **Mark all as read**.

<div align="center"><img src="/files/fcd3335c37dc0ea497573c524bc72d658f3a2363" alt="" width="375"></div>

</details>

<details>

<summary><strong>Minimise Sidebar</strong></summary>

Minimise Sidebar collapses the sidebar to create more space in the content area. Select it again to restore the sidebar.

</details>

<details>

<summary><strong>Menu Section</strong></summary>

Menu Section provides quick access to the main areas of Chatlyst.

* [Dashboard](/chatlyst-user-guide/dashboard/dashboard.md)
* [Chat](/chatlyst-user-guide/chat/chat.md)
* [Business Knowledge](/chatlyst-user-guide/business-knowledge/business-knowledge.md)
* [Train & Test bot](/chatlyst-user-guide/train-and-test-bot/train-and-test-bot.md)
* [Inbound Channel](/chatlyst-user-guide/inbound-channels/inbound-channels.md)

</details>

<details>

<summary><strong>Usage Details</strong></summary>

Usage Details shows current credit usage, including credits used and remaining. It also includes shortcuts to [top up](/chatlyst-user-guide/top-up-guideline/top-up-guideline.md) credits and leave feedback.

</details>

<details>

<summary><strong>Time zone and current time</strong> </summary>

Time zone and current time shows the selected time zone and current time. Use this to confirm dates, times, and notifications match the expected schedule. If the time zone is incorrect, update it in [Settings](/chatlyst-user-guide/settings/settings.md).

</details>

<details>

<summary><strong>User name and email</strong></summary>

User name and email shows the current account details. Use this to confirm the correct profile is in use.

</details>

<details>

<summary><strong>Settings</strong></summary>

**Settings** opens the [Settings](/chatlyst-user-guide/settings/settings.md) page, where you can update account and workspace preferences.

</details>

<details>

<summary><strong>Logout</strong></summary>

**Logout** signs out of the current account and returns to the [log in](/chatlyst-user-guide/getting-started/log-in.md) screen.

</details>


---

# 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://chatlyst.gitbook.io/chatlyst-user-guide/getting-started/home.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.
