# Categorize grants

Grant managers can categorize various grants issued in their community. Categorizing grants has two benefits:

**Benefit 1**

In the community page, anyone can view grants filtered by categories. This is useful for any community members who are interested in only certain types of projects (DeFi, NFT etc.)

<figure><img src="/files/20bAZX6O9VXAOQU1uj9B" alt=""><figcaption></figcaption></figure>

**Benefit 2**

Grant managers can configure questions for reviews/ratings specific to each grant category. Learn more about reviewing grants in the next section.

### Steps to categorize grants

1. Navigate to "Admin" section through the top navigation
2. Click on edit categories

   <figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXfdc4gRHEY6Mbjv1VCD3xRdIgTM7LnQiEj6wQjouTOk7WbJdICSZFf9cD0bOo3OOqJMAhxMHd20tNrpMWvEKyTHrIkuYMMx27MAUDzP6FLUGEsN7W3HvtVCRaK8-jdM61o6--PNWpJvepU82Eg1RgHmJOI?key=aLB-ZcftKCNCHMjc_iNjUw" alt=""><figcaption></figcaption></figure>
3. Create category if one doesn't exist

   <figure><img src="/files/fqQAOFHBeNJmfPda1OW2" alt=""><figcaption></figcaption></figure>
4. All your grants will be displayed in the page. Simply select one or more categories and assign to each grant.

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


---

# 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.gap.karmahq.xyz/how-to-guides/for-grant-managers/categorize-grants.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.
