# Understanding the Typical Grant Workflow

A typical grant round in Tahua flows through seven distinct phases, each building on the previous one.

The [**Setup**](/knowledge-base/administrator-help-guides/setting-up-your-organisation.md) phase is where everything begins. As an Administrator, you set up your organisation's permissions in the backend, create applicant registration forms, create grant rounds, define eligibility criteria, build the application forms, and set up assessment templates. This groundwork ensures your grant round runs smoothly once it goes live.

Next comes the [**Application**](/knowledge-base/administrator-help-guides/applications.md) phase, where applicants register, and submit their applications through your grant portal. You can monitor applications in real-time and assist applicants who have questions.

During the [**Assessment**](/knowledge-base/administrator-help-guides/assessments.md) phase, you assign applications to assessors who score them against your criteria. You can review all assessments in one place and see how applications compare against each other.

The [**Decision**](/knowledge-base/administrator-help-guides/decisions.md) phase is where you review assessment results, make funding decisions, and communicate outcomes to applicants via email. This is often one of the most critical moments in the grant cycle.

For successful applicants, the [**Contract**](/knowledge-base/administrator-help-guides/contracts.md) **&** [**Milestone**](/knowledge-base/administrator-help-guides/milestones.md) phase begins. They accept their grant contracts, based on pre-determined deliverables, and you set up milestones they need to complete to receive funding. These milestones might include project reports, financial statements, or evidence of completed activities.

As applicants complete milestones, the [**Payment**](/knowledge-base/administrator-help-guides/payments.md) phase kicks in. You review their evidence and when you approve milestones, process payments are made accordingly, ensuring funding is released when obligations are met.

Finally, the [**Reporting**](/knowledge-base/administrator-help-guides/reports.md) phase allows you to generate comprehensive reports on applications, assessments, decisions, and payments for your stakeholders, board members, or funders.


---

# 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://help.tahua.io/knowledge-base/administrator-help-guides/getting-started/understanding-the-typical-grant-workflow.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.
