# Sub-accounts

Sub-accounts are separate vaults that users can create to better manage their treasury assets such as payroll, marketing expenses, NFT holdings, etc.&#x20;

Each sub-account has its own SPL address and inherits the multisig setup of its Squad.&#x20;

{% hint style="info" %}
Sub-accounts are only accessible to users with a Squads Business or Enterprise plan. Learn more about our pricing and subscription plans [here](/main/getting-started/pricing.md).
{% endhint %}

### **Inside a sub-account, users can:**

* Initiate deposits, withdrawals, and swaps
* Create contacts for quick access when withdrawing treasury assets
* Check SPL tokens and NFTs held, as well as their respective weight in the overall account balance
* Quickly stake their SOL holdings by clicking on the “Stake” button next to the SOL asset
* Check the inflows and outflows of the sub-account

<figure><img src="/files/Xwl1qp5P9BJvThbp8aj3" alt=""><figcaption><p>Sub-accounts</p></figcaption></figure>


---

# 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.squads.so/main/navigating-your-squad/treasury/sub-accounts.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.
