> 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/funding-rounds-and-grant-management/edit-draft-grant-round.md).

# Edit Draft Grant Round

## This article is for Administrators who would like to edit a Grant that has already been started.

After you start creating a Grant, it will automatically save. At any time, you can return to where you left off by viewing the Grant Application. The status of a Grant you have started but not submitted is “Draft”. Your Grant can be accessed by your Dashboard or the Grants menu.

{% stepper %}
{% step %}

### Go to the Grants menu

Go to the **Grants** menu, locate the grant you wish to edit, click the down arrow next to View, then click **Edit & Publish.**

![Edit & Publish](/files/2e578409324c8bc90233eda4470c7c38bd0b7530)
{% endstep %}

{% step %}

### Continue completing the Grant

Here you can continue completing the Grant you have started.
{% endstep %}

{% step %}

### Publish when ready

If you are ready, you can proceed to publish your Grant.

Refer to [Create a Grant](/knowledge-base/administrator-help-guides/funding-rounds-and-grant-management/create-a-grant-round.md) for further details.
{% endstep %}
{% endstepper %}


---

# 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/funding-rounds-and-grant-management/edit-draft-grant-round.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.
