> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neuro-tech.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer resources

> Find schemas, Script reference, and contract examples for your Agent API application

Use these resources when a build guide asks you to define contract XML, customize token behavior, or inspect an exact language feature. Start with the [Agent API quickstart](/neuron-api/quickstart) if you have not connected yet.

<CardGroup cols={2}>
  <Card title="XML schemas" icon="file-code" href="/resources/schemas">
    Find the exact namespaces, source files, and validation dependencies.
  </Card>

  <Card title="LegalLab contract examples" icon="files" href="/resources/contract-examples">
    Choose an example by purpose and download its original XML.
  </Card>

  <Card title="Neuron Script" icon="code" href="/script/overview">
    Learn the expression language used in contracts and state machines.
  </Card>

  <Card title="State machines" icon="diagram-project" href="/contracts/state-machines">
    Understand states, events, actions, and persisted values.
  </Card>
</CardGroup>

Use [LegalLab](/contracts/legallab-quickstart) as an optional XML editor. Applications submit and read contracts through the [Agent API contract guide](/contracts/agent-api-quickstart).

## Original references

* [Original reference documentation](https://lab.tagroot.io/Documentation/Index.md): browse the complete reference index for Agent API, MCP, contracts, and other Neuro capabilities.
* [Neuro Foundation documentation](https://neuro-foundation.io/Index.md): specifications and technical reference material.
* [Script syntax and function reference](https://lab.tagroot.io/Script.md): the full language reference.
