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

# Abacus Docs help center

> Upload documents, extract structured data with schemas, process batches, and ask questions in chat — the Abacus Docs help center.

<img className="block dark:hidden" alt="Abacus Docs logo" width="56" height="64" src="https://abacusdocs.com/static/abacus-black.png" />

<img className="hidden dark:block" alt="Abacus Docs logo" width="56" height="64" src="https://abacusdocs.com/static/abacus-white.png" />

Abacus Docs turns PDFs and images into searchable text and structured data. Upload a file, apply a schema when you need fields, run a batch when you have hundreds of documents, and ask questions in chat.

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create an account, upload a PDF or image, and open the document viewer.
  </Card>

  <Card title="Upload documents" icon="upload" href="/guides/uploading-documents">
    My Documents accepts PDFs and images up to 64 MB each.
  </Card>

  <Card title="Schemas" icon="table" href="/schemas/overview">
    Define the fields you want extracted, then publish and reuse them.
  </Card>

  <Card title="Batch processing" icon="layer-group" href="/guides/batch-processing">
    Process up to 1,024 files in one job and export CSV, Excel, or an archive.
  </Card>

  <Card title="Chat" icon="comments" href="/guides/chat-and-analysis">
    Ask questions over documents and attached batches.
  </Card>

  <Card title="API keys" icon="key" href="/authentication">
    Sign in with Auth0, then mint a `sk-abacus-*` key on the API page.
  </Card>
</Columns>

## What you can do

<Steps>
  <Step title="Sign in">
    Open [abacusdocs.com/auth/login](https://abacusdocs.com/auth/login). Abacus Docs uses Auth0 — there is no password form on the site itself. New accounts activate **1,000 free credits** (no card required) and accept the terms of service.
  </Step>

  <Step title="Upload a document">
    Go to **My Documents** and drop a PDF or image. Processing starts when you click **Begin Document Extraction**.
  </Step>

  <Step title="Read the result">
    Open the document to see **Sections**, **Transcription**, and an optional **Schema** tab. Use the **Chat** tab to ask questions about that file.
  </Step>
</Steps>

<Note>
  Word, spreadsheet, and HTML uploads are [not generally available yet](/digital-documents). Black Hole ingest is available to [selected organizations](/black-hole) only.
</Note>
