# How to guides

- [For Builders](https://docs.gap.karmahq.xyz/how-to-guides/for-builders.md): Build Your Reputation and Showcase Your Work with Karma
- [Create Project](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/create-project.md): Create your Karma project profile
- [Add Grant to Project](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/add-grant-to-project.md)
- [Add Milestone](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/add-milestone.md)
- [Post Milestone update](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/post-milestone-update.md)
- [Post grant update](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/post-grant-update.md)
- [Transfer Ownership](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/transfer-ownership.md)
- [Merge projects](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/merge-projects.md): Merge multiple projects into one unified project profile
- [Add Team members](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/add-team-members.md): Adding Team Members & Setting Admin Permissions
- [Login with Safe](https://docs.gap.karmahq.xyz/how-to-guides/for-builders/login-with-safe.md)
- [For Grant Managers](https://docs.gap.karmahq.xyz/how-to-guides/for-grant-managers.md)
- [Verify grant update](https://docs.gap.karmahq.xyz/how-to-guides/for-grant-managers/verify-grant-update.md): As grant manager, you can verify a milestone or grant update posted by grantee. Each verification is an onchain attestation. Follow the steps to verify an update.
- [Categorize grants](https://docs.gap.karmahq.xyz/how-to-guides/for-grant-managers/categorize-grants.md)
- [Grant review](https://docs.gap.karmahq.xyz/how-to-guides/for-grant-managers/grant-review.md)
- [Impact Measurement](https://docs.gap.karmahq.xyz/how-to-guides/for-grant-managers/impact-measurement.md): Karma’s impact measurement system helps program operators define, collect, and analyze the outputs and outcomes of funded projects using standardized and custom indicators.
- [For Reviewers](https://docs.gap.karmahq.xyz/how-to-guides/for-reviewers.md)
- [Application Review Guide](https://docs.gap.karmahq.xyz/how-to-guides/for-reviewers/application-review-guide.md)
- [For Community Members](https://docs.gap.karmahq.xyz/how-to-guides/for-community-members.md)
- [Endorse project](https://docs.gap.karmahq.xyz/how-to-guides/for-community-members/endorse-project.md)
- [Verify grant update](https://docs.gap.karmahq.xyz/how-to-guides/for-community-members/verify-grant-update.md)
- [Verify Impact](https://docs.gap.karmahq.xyz/how-to-guides/for-community-members/verify-impact.md)
- [Developers](https://docs.gap.karmahq.xyz/how-to-guides/developers.md): If you are a developer interested in integration of Karma into your application, you can find the APIs docs below:
- [FAQs](https://docs.gap.karmahq.xyz/how-to-guides/faqs.md)
- [Partners](https://docs.gap.karmahq.xyz/how-to-guides/partners.md)
- [Filecoin](https://docs.gap.karmahq.xyz/how-to-guides/partners/filecoin.md)
- [ProPGF Batch 1 Grantee Guide](https://docs.gap.karmahq.xyz/how-to-guides/partners/filecoin/propgf-batch-1-grantee-guide.md): Filecoin ProPGF Grantee Guide
- [ProPGF Grantee Guide](https://docs.gap.karmahq.xyz/how-to-guides/partners/filecoin/propgf-grantee-guide.md): Filecoin ProPGF Grantee Guide
- [Milestone Reviewer Guide](https://docs.gap.karmahq.xyz/how-to-guides/partners/filecoin/milestone-reviewer-guide.md): Milestone reviewers are responsible for verifying that grantees have completed the milestones defined in their approved grants. This guide walks you through the milestone review process step by step.
- [UNICEF](https://docs.gap.karmahq.xyz/how-to-guides/partners/unicef.md)
- [Octant](https://docs.gap.karmahq.xyz/how-to-guides/partners/octant.md)
- [Gitcoin](https://docs.gap.karmahq.xyz/how-to-guides/partners/gitcoin.md)
- [Celo - Proof of Ship](https://docs.gap.karmahq.xyz/how-to-guides/partners/celo-proof-of-ship.md): Instructions for submitting your project for Celo - Proof of Ship program
- [CeloPG - Proof of Impact](https://docs.gap.karmahq.xyz/how-to-guides/partners/celopg-proof-of-impact.md): Instructions for submitting your project for Celo - Proof of Ship program
- [Global Stablecoin Hackathon](https://docs.gap.karmahq.xyz/how-to-guides/partners/global-stablecoin-hackathon.md): Instructions for submitting your project for Global Stablecoin Hackathon


---

# 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.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.
