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

# Introduction

> Welcome to Aryn!

Aryn is an agentic Document Processing and Deep Analytics system, enabling you to query your document collections at scale with natural language. It can improve the accuracy (up to 3x) and efficiency (up to 10x) of manual workflows like processing, extraction, and getting insights from complex documents such as financial reports, legal memos, contracts, technical manuals, and RFPs with technical diagrams. Aryn serves as an Agentic Unstructured Data Warehouse, enabling search and complex analytics with natural language over complex documents at scale.

Aryn does this using:

* A reasoning model for “Deep Analytics” — complex, multi-step tasks to extract patterns and insights across large document sets (up to millions of documents).
* State-of-the-art models for document parsing and ETL, including OCR, metadata and table extraction, and summarization on 30+ document formats (e.g. PDF, Word, PPT). This is also available stand-alone with [DocParse](docparse/introduction).
* Powerful Workspaces UI to navigate and query document sets for data scientists and analysts. Includes queryable Bookmarks for intermediate results, editing and inspecting query plans, and organizing results.
* Customizable document ETL with [Sycamore integration](https://github.com/aryn-ai/sycamore) and APIs for building custom applications and workflows for end users.

You can also directly use DocParse, a building block of Aryn, to process your documents into structured JSON or Markdown. You can use it to prepare complex, unstructured data for retrieval-augmented generation (RAG) applications, document processing workflows, extracting content from documents (like tables), and semantic search systems. Also, it integrates with [Sycamore](https://github.com/aryn-ai/sycamore) for custom document ETL pipelines in Python.

## Getting started

[Sign-up here](https://console.aryn.ai/signup/) to get started for free.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="play" href="./quickstart">
    Get Started with Aryn
  </Card>

  <Card title="Using the Workspaces UI" icon="palette" href="aryn-platform/querying-data/deep-analytics/using_workspaces">
    Access the Workspaces UI for Deep Analytics
  </Card>

  <Card title="Using the Aryn SDK with DocParse" icon="rectangle-terminal" href="docparse/aryn_sdk">
    Process docs with DocParse using the Aryn-SDK
  </Card>

  <Card title="Slack Community" icon="slack" href="https://join.slack.com/t/aryn-community/shared_invite/zt-36vhennsx-mN3UsqD6PT2vxVZxpqdHsw">
    Join the Slack community for any questions
  </Card>

  <Card title="API Reference" icon="webhook" href="api-reference/introduction">
    Aryn API Reference
  </Card>

  <Card title="Aryn SDK Reference" icon="python" href="sdk-reference">
    Aryn Python SDK Reference
  </Card>
</CardGroup>
