> ## 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.

# Code Examples and Resources

export const companyName = 'LandingAI';

export const extract = 'ADE Extract';

export const parse = 'ADE Parse';

export const ade = 'Agentic Document Extraction';

Use the resources below to access practical, ready-to-use code samples for common document processing use cases.

Whether you need end-to-end examples or specific code snippets, these resources help you implement {ade} quickly.

<CardGroup cols={2}>
  <Card title="Sample Projects" icon="github" href="https://github.com/landing-ai/ade-sample-projects">
    Explore end-to-end examples for common document processing workflows.
  </Card>

  <Card title="Sample Scripts in Documentation" icon="code" href="/ade/ade-parse-directory-sample">
    Browse code samples with examples for the Python and TypeScript libraries.
  </Card>
</CardGroup>

<Info>
  Some of these examples require the [Python](./ade-python) or [TypeScript](./ade-typescript) client libraries. Before running a script, set your API key and install the library and any required dependencies.
</Info>
