# Categories

From the Categories tab, you can add and manage categories and subcategories for your organization. Customer categories, or groupings of similar items or services, are flexible so they can be made to match your business practices, can be used to organize and track your analytics in a way that makes sense to your organization, and help to improve your supplier recommendations. For your events, you can select one or more categories or category/subcategory combinations to define an event.

**Access**: To access these settings, you will need to be assigned to the Admin role for your organization.

**Example**: An example of a category and subcategory is *IT Hardware* and *Laptops*

### Access categories list <a href="#accesscategorieslist" id="accesscategorieslist"></a>

You can access a list of categories and subcategories defined for your organization from the Administration screen. The screen provides a list of categories and subcategories.

{% stepper %}
{% step %}
From the **menu** , select *Administration*.
{% endstep %}

{% step %}
Select the Categories tab.
{% endstep %}
{% endstepper %}

### Add a category <a href="#addacategory" id="addacategory"></a>

To create a new category, complete the following:

{% stepper %}
{% step %}
Click **Add Category**.\
A window displays.
{% endstep %}

{% step %}
Enter a **Title** for your category.
{% endstep %}

{% step %}
Click **Create**.
{% endstep %}
{% endstepper %}

### Add a subcategory <a href="#addasubcategory" id="addasubcategory"></a>

To create a new subcategory, complete the following:

{% stepper %}
{% step %}
Select a category. The subcategory will be added as a child to the selected category.
{% endstep %}

{% step %}
Click **Add Subcategory**.\
A window displays.
{% endstep %}

{% step %}
Enter a **Title** for your subcategory.
{% endstep %}

{% step %}
Click **Create**.
{% endstep %}
{% endstepper %}

### Edit a category <a href="#editacategory" id="editacategory"></a>

After you have created a category or subcategory, you may need to edit it.

* For a category or subcategory line, click **actions** and then select **Edit**.\
  The category or subcategory displays in edit mode.

### Update category status <a href="#updatecategorystatus" id="updatecategorystatus"></a>

With category and subcategory status, you can control if users in your organization can select it. Once deactivated, you can activate a category or subcategory so users can use it again.

* **Deactivate a category or subcategory**: For the category or subcategory line, click **actions**![](https://docs.fairmarkit.com/content/resources/images/buttons/actions-btn_20x20.png) and then select **Deactivate**.\
  The category or subcategory is deactivated and users will no longer be able to select it. For categories, all active subcategories will also be deactivated.
* **Activate a category or subcategory**: For the category or subcategory line, click **actions**![](https://docs.fairmarkit.com/content/resources/images/buttons/actions-btn_20x20.png) and then select **Activate**.\
  The category or subcategory is activated and users will be able to select it. If the category has subcategories that were active when it was deactivated, they will also be activated.

<br>


---

# 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.fairmarkit.com/buyers/administration/categories.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.
