> 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-builders/add-grant-to-project.md).

# Add Grant to Project

Once you've created your project, you can now add a grant you've received. You can add all the grants you have received from various ecosystems. This will help build your reputation. All the grants will be linked to your project

Follow the steps below to add your grant

### Step 1: Add new grant

Click on "Add a grant" button to start adding your grant.

<div align="left"><figure><img src="/files/7kaTyOCtM74MSQtouN3n" alt="" width="375"><figcaption><p>View for adding first grant to a project</p></figcaption></figure></div>

&#x20;

<div align="left"><figure><img src="/files/TLhhp0CcToYXemWcGgI8" alt="" width="375"><figcaption><p>View for adding subsequent grants to a project</p></figcaption></figure></div>

### Step 2: Add Grant Details

Add your grant title and choose the community that issued a grant to you.&#x20;

![](/files/SgT2d6JfJhtPg18MwBmu)<br>

{% hint style="info" %}
Karma supports multiple chains. We recommend choosing the community + network where your grant was issued. Example: We have Gitcoin community on both Arbitrum and Optimism. If you received a Gitcoin grant on Arbitrum network, choose "Gitcoin on Arbitrum" &#x20;
{% endhint %}

Provide comprehensive answers to all questions regarding impact measurement. This is your opportunity to articulate to the community how your grant is making an impact. When grant managers or community members evaluate your grant, they will refer to your answers to gauge its effectiveness.


---

# 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-builders/add-grant-to-project.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.
