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