> 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-reviewers/application-review-guide.md).

# Application Review Guide

Application reviewers are responsible for evaluating incoming grant applications and making approve/reject decisions. This guide walks you through the review process step by step.

#### Getting Started

**Step 1: Log In**

Go to [www.karmahq.xyz](http://www.karmahq.xyz/) and click the **Login** button in the top right corner.

**Step 2: Access Your Reviews**

Click \[**Review]\(**[**https://www.karmahq.xyz/my-reviews**](https://www.karmahq.xyz/my-reviews)**)** in the header navigation. This displays all applications in the program for review.

*Note: If you don't see the My Reviews link, contact your grant program administrator to ensure you've been added as a reviewer.*

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

#### Reviewing Applications

**Step 3: Open an Application**

Navigate to the program you are reviewing and click on any application to view its full details, including:

* Applicant information and proposal
* AI evaluation summary
* Comment thread

<div align="left"><figure><img src="/files/HR1C1bykrrf9WUT3ag4r" alt="" width="265"><figcaption></figcaption></figure></div>

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

**Step 4: Start Your Review**

When you're ready to begin, click the **Start Review** button. This notifies the applicant via email that their application is under active review, helping set expectations and keep them informed.

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

**Step 5: Ask Questions (If Needed)**

If you need clarification from the applicant, use the **Comments** section. Applicants receive email notifications when you post a comment, and you'll be notified when they respond.

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

#### Making a Decision

**Step 6: Approve or Reject**

Once you've reached a decision, click **Approve** or **Reject**. You'll be prompted to provide reasoning—we encourage you to be as detailed as possible, as this feedback is valuable to applicants regardless of the outcome. Also, confirm the final amount that is approved.

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

**Step 7: Applicant Notification**

The applicant is automatically notified of your decision. If approved, they'll receive any post-approval instructions configured by the grant administrator.


---

# 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-reviewers/application-review-guide.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.
