# Organize Accounts in Profiles

In PolkaGate, you can organize your accounts into different profiles. Advanced users often have a considerable number of accounts, and organizing them into profiles such as staked accounts, validators, test accounts, proxies, watch-only, and Ledger accounts can help manage them more efficiently.

By default, the extension will show system-defined profiles: All, Local, Watch Only, and Ledger. However, users can also add their accounts to user-defined profiles.

Profiles can be easily switched from the top of the **Accounts List** on home page in full-screen mode, or from the **Accounts List** page in extension mode, as shown below.

<figure><img src="/files/fXTvUBICnf1eTGtxzphj" alt=""><figcaption><p>Home page (full-screen)</p></figcaption></figure>

<figure><img src="/files/5bIxx79YvqMWtThwHqi6" alt="" width="234"><figcaption><p>Accounts List (extension)</p></figcaption></figure>

To **add an account to a profile** or **create a new profile**, open **Accounts List** (the page shown above) in **extension mode** from the top menu next to the PolkaGate logo, then click the **⚙️ Settings** button:

<figure><img src="/files/QcDH0lkHWaaKvSJd7jE2" alt="" width="232"><figcaption><p>Profile management (extension)</p></figcaption></figure>

On this page, you can easily **delete profiles**, **search** for existing ones, and **drag and drop accounts** to add them to a profile.\
To create a new profile, click the **➕ Add Profile** button.

<figure><img src="/files/nMjppMwcahIbYg5VSAcR" alt="" width="231"><figcaption><p>New Profile (extension)</p></figcaption></figure>

Choose a **name** for your new profile, then click **Next**.

<figure><img src="/files/Ulyxv9vWUukEk2glEyoD" alt="" width="234"><figcaption><p>New Profile (extension)</p></figcaption></figure>

Select the **accounts** you want to include in the profile, and click **Add Accounts**.

**Note:** The profile creation process is the same in **full-screen mode**.


---

# 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.polkagate.xyz/polkagate/polkagate-extension-user-guide/organize-accounts-in-profiles.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.
