# Account Category

The Account Category page allows you to manage chart of account categories, view their details, and perform actions like filtering and resetting filters. This guide will help you navigate the Account Category section and perform essential actions. Visit the [Create Account Category](https://docs.udara360.io/) page to create a new account category. &#x20;

## Accessing The Account Category Page

1. Log into the application using your credentials.
2. From the dashboard, navigate to **Accounts** in the side menu.
3. Select **Account Category** from the dropdown list.

This page shows the account category **name**, **description**, **level**, **category code**, **parent name**, and **created date**.&#x20;

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

## Create Account Category

To create a new category, do the following steps:

1. Click the **Add** button at the page's top left.
2. Fill in the following details:

   **Category Name**: Input your desired category name.

   **Level 1**: Select the option under which your category name falls.&#x20;

   **Level 2/3**: Select your subheading category level option.&#x20;

   **Description:** Provide a category description.
3. Click **Save** to apply changes.
4. Confirm the action by clicking the **“Yes, I want to proceed”** button.

<figure><img src="/files/2LDmIRvUVav5Mrjh8NLV" alt=""><figcaption></figcaption></figure>

## Filter a Category

To filter an account category, follow these steps:

1. From the side menu, go to **Account** > **Account Category.**
2. Click the **Filter Button** at the top right of the page.
3. Input your filter criteria. You can filter by **name**, **code**, or **level**.
4. Click **Apply** to complet&#x65;**.**

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

{% hint style="info" %}
**Reset Filter**: To reset a filter, click the **Reset Filter** button at the top right of the page.
{% endhint %}


---

# 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.udara360.io/core-features/account-management/account-category.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.
