> For the complete documentation index, see [llms.txt](https://docs.gap.karmahq.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gap.karmahq.xyz/how-to-guides/for-grant-managers/categorize-grants.md).

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