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

# SDKs & APIs

The [Connect](/mindsdb-connect), [Unify](/mindsdb-unify), and [Respond](/mindsdb-respond) sections present the usage of MindsDB via its SQL interface.

Alongside the SQL interface, MindsDB provides access via REST APIs, Python SDK, JavaScript SDK.

<CardGroup cols={1}>
  <Card title="REST API" icon="link" href="/rest/overview">Interact with MindsDB via API endpoints.</Card>

  <Card title="Python SDK" icon="link" href="/sdks/python/overview">Integrate MindsDB into the Python code.</Card>

  <Card title="JavaScript SDK" icon="link" href="/sdks/javascript/overview">Integrate MindsDB into the JavaScript code.</Card>
</CardGroup>
