> For the complete documentation index, see [llms.txt](https://docs.crewcost.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.crewcost.com/documentation/accounting-configuration/manage-the-chart-of-accounts.md).

# Manage the Chart of Accounts

This article helps you set up your Chart of Accounts so you can keep your company’s financial information organized and easy to understand. A well-structured Chart of Accounts makes it simple to track assets, liabilities, income, and expenses, and helps your team record transactions consistently.

### Create a New Account

To create a new account:

1. Go to **Accounting** in the left menu and select **Chart of Accounts**.
2. Click **New Account**.

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

3. Fill in the required fields:

* **Name:** Write a simple, clear name for the account.
* **Account Type:** Choose the main category the account belongs to:
  * **Asset**
  * **Liability**
  * **Equity**
  * **Income**
  * **Expense**
* **Detail Type:** Select the more specific category inside the main account type.
* **Sub-detail Type:** Choose the option that best describes the account’s purpose. Examples include:
  * **Other Receivables:** Money owed to you outside normal sales.
  * **Inventory:** Items your business keeps to sell.
  * **Bank:** Cash in your checking or savings accounts.
  * **Prepaids:** Expenses you paid in advance.
  * **Accounts Receivable:** Customer invoices that haven’t been paid yet.
* **(Optional) Classifier/Suffix:** Add a 3-character code for extra reporting detail (e.g., *001 = Chicago, 002 = SF*).
* **(Optional) Description:** Add a short note to explain the purpose of the account.

4. Click **Create Account** to finish.

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

### **Mark an Account as Inactive**

To mark an account as inactive:

1. Click the **three dots** next to the account you want to deactivate.
2. Select **Mark as inactive**. (Note: accounts with a balance cannot be inactivated.)
3. To reactivate it, open the **Inactive** tab and select **Mark as active**.

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

### **Edit an Existing Account**

To edit an existing account:

1. Click the **edit icon** next to the account.
2. Update any of the fields:
   * Name
   * Account Type
   * Detail Type
   * Sub-detail Type
   * Classifier/Suffix
3. Click **Save Account** to apply your changes.

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

A well-organized Chart of Accounts makes daily bookkeeping easier and ensures clean, reliable financial reporting. Setting it up carefully now saves time and prevents confusion later.

### See also

Keep exploring our platform by taking the next step:

* [Customize the Chart of Accounts Structure](/documentation/accounting-configuration/customize-the-chart-of-accounts-structure.md): Guide to modifying the numbering scheme, hierarchical setup, and custom reporting expense buckets
* [Handle Reconciliations](/documentation/accounting-configuration/handle-reconciliations.md): Comprehensive guide covering the setup and processing of bank reconciliation for all supported account types, including bank accounts, credit cards, loans, and other balance-sheet accounts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.crewcost.com/documentation/accounting-configuration/manage-the-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.
