# What happens during a dispute?

A dispute goes through several stages after a dispute is created:

1. **Evidence** - Evidence can be submitted. This is also when drawing has to take place.
2. **Commit** - Jurors commit a hashed vote. This is skipped for courts without hidden votes.&#x20;
3. **Vote -** Jurors reveal/cast their vote depending on whether the court has hidden votes or not.&#x20;
4. **Appeal** -  The dispute can be appealed.&#x20;
5. **Execution** - Tokens are redistributed and the ruling is executed.

The period of each stage is different for each (sub)court.


---

# 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.kleros.io/products/court/what-happens-during-a-dispute.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.
