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

# Home

<div className="homepage-section">
  <h1 className="homepage-title">
    Parse Documents with Agentic Document Extraction
  </h1>

  <div className="homepage-description">
    Learn how to get started with [Agentic Document Extraction](https://ade.landing.ai/).
  </div>

  <div className="homepage-card-spacing">
    <CardGroup cols={2}>
      <Card title="Quickstart" icon="play" href="./dpt3/quickstart">
        Make your first API call: parse a document and get structured Markdown back.
      </Card>

      <Card title="Try in the Playground" icon="flask" href="./dpt3/playground">
        Upload a document in your browser to see results immediately. No code required.
      </Card>
    </CardGroup>
  </div>

  ## Use ADE in Your Code

  <div className="homepage-card-spacing">
    <CardGroup cols={2}>
      <Card title="Use the CLI" icon="terminal" href="./cli/quickstart">
        Parse and extract your own documents from the terminal, and script them into a pipeline.
      </Card>

      <Card title="ADE Skill" icon="puzzle-piece" href="https://github.com/landing-ai/ade-document-processing-skills">
        Teach your coding agent to parse, extract, and build document pipelines with ADE.
      </Card>

      <Card title="Python Library" icon="python" href="./dpt3/ade-python">
        Parse, extract, and handle results from Python.
      </Card>

      <Card title="TypeScript Library" icon="js" href="./dpt3/ade-typescript">
        Parse, extract, and handle results from TypeScript.
      </Card>

      <Card title="API Reference" icon="code" href="https://docs.landing.ai/api-reference/parse/ade-parse">
        Integrate using the Parse API.
      </Card>

      <Card title="Build with AI Agents" icon="robot" href="./ade/build-with-ai-agents">
        Drive ADE from an AI coding agent with the CLI, skills, and the docs MCP server.
      </Card>
    </CardGroup>
  </div>
</div>
