# Disputes

- [Create Dispute](https://docs.tutelar.io/tutelar-api-document/disputes/create-dispute.md): A disputed transaction refers one where a customer questions the validity of a transaction initiated through his/her registered transacting account.
- [Update Dispute](https://docs.tutelar.io/tutelar-api-document/disputes/update-dispute.md)
- [Dispute Details](https://docs.tutelar.io/tutelar-api-document/disputes/dispute-details.md)
- [Dispute Level Change](https://docs.tutelar.io/tutelar-api-document/disputes/dispute-level-change.md): Following the dispute raised in the panel, the client can use the edit option in the action menu to change level . The level is mainly based on the priority of the dispute raised by the acquirer bank.
- [Dispute Won](https://docs.tutelar.io/tutelar-api-document/disputes/dispute-won.md)
- [Dispute Loss](https://docs.tutelar.io/tutelar-api-document/disputes/dispute-loss.md)
- [Dispute Reopen](https://docs.tutelar.io/tutelar-api-document/disputes/dispute-reopen.md): After evaluating the case if the client missed any verification in the process reopen of the dispute is possible ,This is applicable for both bank verification and client cross verification.


---

# 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.tutelar.io/tutelar-api-document/disputes.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.
