> For the complete documentation index, see [llms.txt](https://docs.kleros.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kleros.io/developer.md).

# Developers

- [Arbitration Development](https://docs.kleros.io/developer/arbitration-development.md): Contract standards for arbitration and evidence
- [ERC-792: Arbitration Standard](https://docs.kleros.io/developer/arbitration-development/erc-792-arbitration-standard.md): A standard for Arbitrable and Arbitrator contracts
- [ERC 1497: Evidence Standard](https://docs.kleros.io/developer/arbitration-development/erc-1497-evidence-standard.md): An evidence standard for arbitration
- [Arbitrable Proxy](https://docs.kleros.io/developer/arbitration-development/arbitrable-proxy.md): A simpler way to build arbitrable applications.
- [Arbitration by Example](https://docs.kleros.io/developer/arbitration-by-example.md): ERC-792 & ERC-1497 Implementation
- [ArbitrableDeposit.sol](https://docs.kleros.io/developer/arbitration-by-example/arbitrabledeposit.sol.md)
- [TwoPartyArbitrable.sol](https://docs.kleros.io/developer/arbitration-by-example/twopartyarbitrable.sol.md)
- [Rental.sol](https://docs.kleros.io/developer/arbitration-by-example/rental.sol.md)
- [ArbitrableTransaction.sol](https://docs.kleros.io/developer/arbitration-by-example/arbitrabletransaction.sol.md)
- [MultipleArbitrableTransaction.sol](https://docs.kleros.io/developer/arbitration-by-example/multiplearbitrabletransaction.sol.md)
- [MultipleArbitrableTokenTransaction.sol](https://docs.kleros.io/developer/arbitration-by-example/multiplearbitrabletokentransaction.sol.md)
- [Deployment Addresses](https://docs.kleros.io/developer/deployment-addresses.md): Contracts are categorized as Core (actively used in production) or Non-core / Legacy (deprecated, superseded, or low-activity).
- [Curate Classic: Integration for Devs](https://docs.kleros.io/developer/classic.md)
- [Light Curate: Integration for Devs](https://docs.kleros.io/developer/light-curate.md)
- [Guide for Preparing Transactions](https://docs.kleros.io/developer/guide-for-preparing-transactions.md)


---

# 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.kleros.io/developer.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.
