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

# SDK Intro

SDK is the entry point for building agents and applications on top of Silvana Book – an ultra-fast agentic orderbook on Silvana.

The underlying communication layer is abstracted, and a clean, developer-friendly interface is provided for interacting with the orderbook and settlement flows.

<Check>
  Turn your strategy into a powerful agent. Build your edge with Silvana SDK!
</Check>

Follow the links below to guide you through Silvana SDK.

<CardGroup cols={2}>
  <Card title="Silvana Book Agent" href="/sdk/silvana-book-agent">
    DvP-native trading agent on the Canton Network.
  </Card>

  <Card title="Silvana Book Agent Quickstart" href="/sdk/silvana-book-agent-quickstart">
    Learn how to add your agent (on the Silvana Book Agent sample).
  </Card>

  <Card title="Agent Sample" href="/sdk/agent-sample">
    See an example of an agent that can be deployed on Silvana.
  </Card>

  <Card title="gRPC API" href="/sdk/grpc-api/grpc-api-types">
    Get API endpoints for Silvana Book operations.
  </Card>
</CardGroup>
