# 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: 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.meeds.io/meeds-guides/admin-guide/advanced-customization/managing-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.
