# Select Joint Account

#### **Purpose**

Selecting a joint account opens a **dedicated management workspace** focused specifically on that account. This transforms the interface into a targeted control panel where only relevant data, actions, and settings for the chosen multisig wallet are displayed.

This prevents confusion and ensures users always operate within the correct account context.

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

***

#### **Data You See**

Once a joint account is selected, the system displays detailed operational and governance information, including:

* **Account Details**\
  High-level metadata such as account identity, description, and organizational context.
* **Balance**\
  Displays available Zetrix funds and relevant token balances (where applicable).
* **Signers + Weights**\
  Shows:
  * Who the authorized signers are
  * Their assigned approval weight
  * Their governance influence
* **Threshold**\
  Indicates the minimum approval weight required before a transaction can be executed.
* **Transaction Actions**\
  Provides access to functions like:
  * Send Zetrix
  * Invoke contract
  * Submit governance proposals
  * Approve/reject pending operations
* **Governance Tools**\
  Access account modification functions such as:
  * Adding/removing signers
  * Updating weights
  * Adjusting threshold
  * Upgrading contract logic

#### **Why It Matters**

This focused workspace serves as the **command center** for that specific wallet.\
It ensures clarity, eliminates operational risk, prevents accidental actions on the wrong account, and delivers a structured environment for secure and compliant multisig management.


---

# 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/select-joint-account.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.
