> 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/contracts/terminating-a-contract.md).

# Terminating a Contract

The first step is to click on "Contracts" on the left hand side of your dashboard. Here you will find a list of all Contracts, alongside the Applicant, the Grant, the Amount and the Status. Select the relevant *active* Contract.

When you click on an active Contract, you will be taken to the screen below. Click on the red button - "Terminate Contract".

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

You will then be prompted to write a reason for the termination (for your Organisation's records - this will not go through to the Applicant). Then click "Next".

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

The next step is creating the letter that will go to the Applicant to advise why the Contract is being terminated. This can be done through using a pre-existing template, or you can create a new one. You can preview the letter prior to sending using the "Preview Template" option.

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

Once you're happy with the Letter, you can then choose to send this to another Admin within your Organisation for review, or you can send it directly to the Applicant.\
\
![](/files/TmD6NVHdpJ7kjpKipuNQ)


---

# 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/contracts/terminating-a-contract.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.
