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

# Getting Started

> Start extracting data from your documents in minutes

# Getting Started

Follow these steps to start extracting data from your documents.

<Steps>
  <Step title="Upload Your Documents">
    <Frame>
      \[Placeholder for upload interface screenshot]
    </Frame>

    1. Drag and drop your files into the upload area, or click to select files
    2. You can upload multiple files at once
    3. Supported formats:
       * Images: PNG, JPEG
       * Documents: PDF
    4. Your uploaded files will appear in a list for selection

    <Note>
      Maximum file size: 10MB per document
    </Note>
  </Step>

  <Step title="Configure Extraction">
    Choose how you want to extract data:

    <CardGroup cols={2}>
      <Card title="Use Template" icon="table">
        1. Click template dropdown
        2. Select saved template
        3. Fields auto-populate
      </Card>

      <Card title="New Configuration" icon="plus">
        1. Add document description
        2. Define fields in Schema Builder
        3. Save as template (optional)
      </Card>
    </CardGroup>
  </Step>

  <Step title="Extract Data">
    <Frame>
      \[Placeholder for extraction interface screenshot]
    </Frame>

    * Click "Convert Selected" for single document
    * Use "Convert All" for batch processing
    * Monitor progress in real-time
  </Step>

  <Step title="Review Results">
    After processing completes:

    * Review extracted data in structured format
    * Download results:
      ```bash theme={null}
      # Download options
      ├── JSON (for API integrations)
      └── CSV (for spreadsheets)
      ```
  </Step>
</Steps>
