# Home

#### **Information Available**

From the Home dashboard, users can easily view:

* **List of Joint Accounts**\
  Displays every multisig account you are part of, whether you created it or were added as a signer.
* **Account Names**\
  Human-readable labels help users distinguish between personal, corporate, departmental, and project-based multisig accounts.
* **Status Indicators**\
  Visual indicators may display account condition, such as active state, pending approvals, or alerts requiring attention.
* **Quick Access Buttons**\
  Direct shortcuts that allow you to instantly:
  * Enter an account
  * View transactions
  * Manage governance
  * Access account-level operations

***

#### **Benefits**

The dashboard design ensures:

* **Clear Overview**\
  Everything you need to know about your multisig accounts is summarized in one place.
* **Fast Switching**\
  Move between accounts seamlessly when managing multiple projects or responsibilities.
* **Professional Management Experience**\
  Provides an enterprise-grade control surface suitable for organizational and institutional governance environments.


---

# 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.zetrix.com/en/developer-resources/multisig-dapp/dashboard/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.
