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

# Introduction

> Welcome to the Soar Labs API documentation.

## Welcome to Soar Labs

Soar Labs serves as powerful Retrieval-Augmented Generation (RAG) platform designed to provide a robust foundation for building and managing sophisticated AI applications. This documentation will guide you through the Soar Labs API, enabling you to integrate its capabilities into your own systems.

### Key Features

<CardGroup cols={2}>
  <Card title="Corpora Management" icon="book-open-cover">
    Create, manage, and organize your knowledge bases.
  </Card>

  <Card title="Resource Ingestion" icon="arrow-up-from-bracket">
    Ingest data from various sources like files, URLs, and text strings.
  </Card>

  <Card title="Query and Retrieval" icon="magnifying-glass">
    Perform powerful semantic search and retrieval over your data.
  </Card>

  <Card title="System Health" icon="heart-pulse">
    Check the health of the Soar Labs system.
  </Card>
</CardGroup>

## Getting Started

To get started with the Soar Labs API, check out our [Quickstart](/quickstart) guide.
