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

# Overview

> Full API documentation for the Sanas SDK

Complete reference documentation for the Sanas SDK. Browse the core classes used to initialize and interact with the SDK, result enums returned by API calls, processor state enums, and state callbacks for monitoring real-time audio processing.

Each page includes method signatures, parameters, return types, and code examples.

<Tip>New to the SDK? Start with the [Quick Start →](/Docs/Getting-Started/Quick-Start)</Tip>

***

## Explore the SDK

Dive into the classes, enums, and callbacks that power the Sanas SDK:

<CardGroup cols={2}>
  <Card title="Core Classes" icon="code" href="/API-Reference/Reference/Core-Classes/RemoteSDK">
    RemoteSDK and AudioProcessor.
  </Card>

  <Card title="Parameters" icon="sliders" href="/API-Reference/Reference/Parameters/InitParams">
    InitParams and AudioParams.
  </Card>

  <Card title="Result Enums" icon="list-check" href="/API-Reference/Reference/Result-Enums/InitSDKResult">
    Return values for initialization, processor creation, destruction, and shutdown.
  </Card>

  <Card title="State Enums" icon="signal" href="/API-Reference/Reference/State-Enums/ProcessorState">
    Processor operational states.
  </Card>

  <Card title="State Callbacks" icon="bell" href="/API-Reference/Reference/State-Callbacks">
    Notifications for processor state changes.
  </Card>
</CardGroup>
