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

# Introduction

> Escape the artificial and build actual intelligence

## What is Suada?

Suada is an [Integrated Reasoning Framework](https://suada.ai/blog/what-is-irf) specifically designed for developers of AI agents. It enables your agents to understand and reason with your users' data within minutes of initial setup, saving you weeks in integration and reasoning development time.

<img height="200" src="https://mintcdn.com/suada/Z5N2Gi_GHKmDYt5h/images/how-suada-works.jpg?fit=max&auto=format&n=Z5N2Gi_GHKmDYt5h&q=85&s=ef766f3607b89572674d833c8ca870ef" className="rounded-2xl" data-path="images/how-suada-works.jpg" />

## Why Suada?

Use Suada to streamline the integration of external platforms to your agent. Suada provides pre-built OAuth, data syncing & reasoning to enable you to focus on building your agent and not the headache of managing integrations.

## Quickstart

Get started with Suada in minutes. Find all the steps you need to get Suada integrated into your platform or clone and test with one of our [examples](https://github.com/accesslabs/suada-examples.git)

## How Suada Works

Use our [SDKs](/sdks/overview) to sync your users' data sources and query them using our LangChain tools or API directly. Suada currently supports multiple internal and external integrations:

For a full list of currently supported integrations, please check [here](/integrations)

## Setup

### 🔑 Getting a Suada API Key

Get \$50 in free generation credits when you sign-up to our API.

Sign up for an API key [here](https://suada.ai), or book a 15-minute onboarding to get an API key [here](https://suada.ai/book-call).

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="circle-play" href="/quickstart" className="quickstart-card">
    Get started quickly with Suada using our step-by-step guide and examples.
  </Card>

  <Card title="Frontend SDKs" icon="desktop" href="/sdks/frontend-overview">
    Pre-built UI components for React, Angular, Vue, and React Native to manage integrations in minutes.
  </Card>

  <Card title="Backend SDKs" icon="server" href="/sdks/backend-overview">
    Server-side SDKs for Node.js and Python with LangChain integration support.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Complete API reference for chat and integration endpoints.
  </Card>
</CardGroup>
