# Setting up Your Chart of Accounts

## Creating a Custom Account

Add a new Account to your current list.

* Select the “Add New” button at the top right of the page and select “Create Account”
* Input the new Account’s Code and Name, and choose from one of our pre-determined Account types
* Briefly describe the new Account, and select the “Create” button
* The new Account will now show in your Chart of Accounts list, and can be searched for by Name or Code

## Customising Your Accounts

Personalise individual Accounts in a few simple steps.

* Select the three dots on the right of an individual Account
* Select “edit” to make changes to existing Accounts
* Make changes to Code, Name, Type, or add a new description
* Select the “Save button”

## Import Existing Chart of Accounts

Already have an existing set of Web3 Chart of Accounts? You can now import them in CSV format directly into Gnosis Business!

* Create a CSV file for the accounts you wish to add. This should include Code, Name, Type, and Description. An example template can be found [HERE](https://app.hq.xyz/file/chart-of-accounts.csv)
* Select the “Add New” button at the top right of the page and select “Import.CSV”
* Select the “Create” button
* Choose to import the entire list, or select individual Accounts. Then, confirm your selection
* The new Accounts will now show in your Chart of Accounts list, and can be searched for by Name or Code

💡 Tip: Importing a custom Chart of Account will remove your current list to prevent duplicate accounts. Ensure your CSV contains your full COA before importing.


---

# 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://gnosisbusiness.gitbook.io/quick-guide/product-guides/chart-of-accounts/setting-up-your-chart-of-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.
