# Account Settings

The **Settings** page consists of two sections:

1. **Personal Info** – View account details, change wallet, and manage KYC verification.
2. **Team Management** – View all accounts associated with the Host team and manage team members.

### Personal Info

#### Change Wallet

Users can change the crypto wallet linked to their account by following these steps:

1. Click on the wallet address.
2. Sign the transaction using the old wallet.
3. Input the new wallet address.
4. Confirm the changes in the new wallet.

**Note:**

* A wallet can only be connected to one host account.
* Transactions associated with the old wallet will be transferred to the new wallet.
* Stakeholder roles associated with the old wallet won't be transferred to the new wallet.

#### KYC

Users can view their KYC status and access the KYC panel by hovering over their status indicator.

### Team Management

All members of the Cloud Host team can access the Cloud Host Portal using their email addresses to manage GPUs and Staking Groups. All team activities are recorded under the same [wallet](/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/connect-wallet-and-kyc.md#connect-wallet) linked to the portal. The team owner has full control over membership, including adding or removing members.

#### Add a New Member

1. Click **Add New Members**.
2. Input the name, role, and email of the new member.
3. Confirm the addition.

#### Remove a Member

1. Click the **Remove** button on the member's profile card.
2. Confirm the removal.


---

# 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.aethir.com/aethir-cloud/aethir-cloud-host/cloud-host-portal-guide/account-settings.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.
