> For the complete documentation index, see [llms.txt](https://docs.gp7.app/legal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gp7.app/legal/terms/25.dispute-resolution.md).

# 25.Dispute Resolution

25.1.We and you shall cooperate in good faith to resolve any dispute arising out of or in connection with these Terms, including any question regarding their existence, validity, interpretation, breach or termination, and any non-contractual obligation or other matter arising out of or in connection with them (“Disputes”). If we and you are unable to resolve a Dispute within 90 days of notice of such Dispute, such Dispute shall be finally settled in court.

25.2.Any Dispute is personal to you, will be resolved solely through individual arbitration, and will not be brought as a class arbitration, class action or any other type of representative proceeding. There will be no class arbitration or arbitration in which individual attempts to resolve a Dispute as a representative of another individual or group of individuals. Further, a Dispute cannot be brought as a class or other type of representative action, whether within or outside of arbitration, or on behalf of any other individual or group of individuals.


---

# 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://docs.gp7.app/legal/terms/25.dispute-resolution.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.
