> For the complete documentation index, see [llms.txt](https://help.jurisphere.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.jurisphere.ai/jurisphere-guide/handbook/arbitration/stage-by-stage.md).

# Stage by Stage

{% hint style="info" %}
**This page is for the team running the matter.** The stages of the mandate in the order they happen, the tools the team opens at each, and the call the lawyer still owns.
{% endhint %}

{% stepper %}
{% step %}

### Intake & Translation

Upload exhibits to the [Project](https://jurisphere.gitbook.io/jurisphere-guide/projects/overview-of-projects); [Auto-folderize](https://jurisphere.gitbook.io/jurisphere-guide/auto-folderize) sorts by category. [Translation](https://jurisphere.gitbook.io/jurisphere-guide/translation/overview-of-the-translation-tool) handles non-English exhibits.

OCR auto-applies on scanned documents.
{% endstep %}

{% step %}

### Master Chronology (early)

[Master List of Dates](https://jurisphere.gitbook.io/jurisphere-guide/list-of-dates/overview-of-the-list-of-dates-tool) over the full document set. Chat-with-LOD triangulates facts during pleadings.
{% endstep %}

{% step %}

### Notice & Constitution

Draft the notice of arbitration via the dedicated arbitration [Workflow](https://jurisphere.gitbook.io/jurisphere-guide/document-review/workflows-on-document-review). [Research](https://jurisphere.gitbook.io/jurisphere-guide/research/overview-of-the-research-tool) the clause and the institutional rules in parallel.
{% endstep %}

{% step %}

### Pleadings

Generate synopses for SOC, SOD, and Counterclaim via [Workflows](https://jurisphere.gitbook.io/jurisphere-guide/document-review/workflows-on-document-review). Develop the pleadings in the [Drafting Pane](https://jurisphere.gitbook.io/jurisphere-guide/drafting-on-document-review) (Deep Dive).
{% endstep %}

{% step %}

### Document Production & Evidence

Surface the requisition list (Redfern basis) via [Workflows](https://jurisphere.gitbook.io/jurisphere-guide/document-review/workflows-on-document-review). Analyse the documentary record's strength via Workflows.

Run consistency sweeps across witness statements via [Workflows](https://jurisphere.gitbook.io/jurisphere-guide/document-review/workflows-on-document-review).
{% endstep %}

{% step %}

### Focused Chronology (mature)

Brief or Custom [LOD](https://jurisphere.gitbook.io/jurisphere-guide/list-of-dates/overview-of-the-list-of-dates-tool) targeted to the case theory and the institutional chronology format.
{% endstep %}

{% step %}

### Hearings

Pre-hearing consistency sweeps for cross-prep. Authorities-bundle research in [Research](https://jurisphere.gitbook.io/jurisphere-guide/research/overview-of-the-research-tool).
{% endstep %}

{% step %}

### Award & Challenge

Break down the arbitral award via [Workflows](https://jurisphere.gitbook.io/jurisphere-guide/document-review/workflows-on-document-review) to identify challenge grounds. Draft the Section 34 or set-aside application in the [Drafting Pane](https://jurisphere.gitbook.io/jurisphere-guide/drafting-on-document-review).
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**At the end of the mandate.** Cross-examination is won by the advocate in the room. Jurisphere ensures the advocate walks in with every contradiction surfaced, every document a click away, and every authority traceable to source.
{% endhint %}


---

# 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://help.jurisphere.ai/jurisphere-guide/handbook/arbitration/stage-by-stage.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.
