> For the complete documentation index, see [llms.txt](https://docs.nation3.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nation3.org/agreements/finalizing-an-agreement.md).

# Finalizing an agreement

If all parties have fulfilled their obligations as per the terms of the agreement, they can mutually decide to conclude the agreement.

To finalize an agreement:

1. Go to the Agreement page.
2. Click on "Signal Agreement's end" to start the process.

Once all parties have signed off on the finalization, they will be able to withdraw their collateral deposited at the start of the agreement. To do this, simply click "Withdraw from Agreement" when it's available.


---

# 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:

```
GET https://docs.nation3.org/agreements/finalizing-an-agreement.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.
