> For the complete documentation index, see [llms.txt](https://docs.meeds.io/meeds-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeds.io/meeds-guides/admin-guide/advanced-customization/managing-categories.md).

# Managing Categories

{% hint style="info" %}
This page applies to the **Business** and **Enterprise** plans.  [👉 Compare all plans](https://www.meeds.io/pricing)
{% endhint %}

### :question: What are my options?

As a platform admin, you can:

* Create, manage, and delete categories for end-users.
* Configure each category with:
  * **Icon and Name**
  * **Access Permissions:** Who can use this category to search items
  * **Addition Permissions:** Who can add the category to items
* Organize categories by creating parent categories and subcategories or repositioning categories.

### :bulb: Good to know

* Currently, categories are only available for spaces. To extend this feature, share your feedback [here](https://github.com/Meeds-io/meeds/issues/new/choose).

### &#x20;:tools: How to manage categories?

1. **Navigate to Settings:**

   Go to **Platform Settings > Development > Categories**.
2. **Add Categories:**
   * Add a parent category with the main button.
   * Add a subcategory via the three-dot menu on each category.
3. **Define Category Details:**
   * Assign a name and icon.
   * Set permissions:
     * **Access Permissions:** Specify who can view the category.
     * **Addition Permissions:** Specify who can assign the category to items.

For more details, watch the video below :point\_down:

{% embed url="<https://www.loom.com/share/18674559fcda40a3b5b57e3c3aeb2f26?sid=648c129b-1be8-4737-9320-27b4930485b7>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.meeds.io/meeds-guides/admin-guide/advanced-customization/managing-categories.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
