# Joining an agreement

To join an agreement, you'll first need to navigate to the specific agreement's page. This link should be shared by the agreement's creator or other parties.

Once you've reached the Agreement page, ensure you're connected with an eligible account to join. If you are, click on "Join the Agreement" and follow the instructions provided.

Remember, joining an agreement involves depositing the specified **collateral tokens**. Additionally, a **dispute deposit** in $NATION tokens will also be held in escrow. This deposit is only deducted if you end up initiating a dispute.

{% hint style="info" %}
Once you join an Agreement, you are bound by its terms. Be sure to verify & review all terms thoroughly before joining
{% endhint %}


---

# 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://docs.nation3.org/agreements/joining-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.
