> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/administrator-help-guides/decisions/review-decision-request.md).

# Review Decision Request

After an Administrator prepares a Funding Decision, they can opt to have their Funding Decision reviewed by another Administrator. If you are selected as a reviewer, you will receive a Task on your **Dashboard.**

{% stepper %}
{% step %}

### Access the review task

Click the link under the My Tasks section, or click **Review** on a “Decision pending review”.
{% endstep %}

{% step %}

### Open the Decision

You will be directed to the Decision. Tip: It is advisable to click “1” so that you can review and revise the decision from beginning to end.

![](https://lh6.googleusercontent.com/DK1vlukqnUCcn0h13YEDXFPao6vtjb2_xKBUTjJjldyfEBpiCQfk58BQQL49xWcLZvDeh0AybgiAE4UT5aDHIjVfdjWJ2dOkdxK-6M3QGFt7rPR0-A4uxOTu_a34ktFk-oubfF5v)
{% endstep %}

{% step %}

### Review and edit

Review Steps 1–4 of the decision and edit accordingly. See [Create Decision](/knowledge-base/administrator-help-guides/decisions/create-decision.md) for more detail.
{% endstep %}

{% step %}

### Finalise the review

After you’ve completed your review, you can request another Admin to further review by clicking **Review Request** or you can **Approve and Send.**

![](https://lh5.googleusercontent.com/IcBOFRK5LTr1n1SwN7aYwmM66WFFCahc3z8FKwGky5b_yEYyxvPu6rjsksjTf85xCrsZVrCp9eEIvhx1OFknHSYwQuieaRTdMHvmmkXcEuBPnbgL2qsQYU1FgiPh_lphO6o8sNCN)

![](https://lh4.googleusercontent.com/9bp7W55SSJ3GKcnIClQ0FGgDgVzOq95_jwj9maXPZ89DQfV5XSiGo0Mq8Fawq2Rg3zMT8EihvHyRxrAqA4iMY5P70SphAbFhO3nIzPedXVDfylOtwjp-n25UJX57Cq6pGWWdlP-X)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Important Note: After you click **Approve and Send,** the letter will be sent directly to the Applicant. It does not get sent to the Admin who assigned you to review it.
{% endhint %}


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/decisions/review-decision-request.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.
