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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.affinda.com/feedback

```json
{
  "path": "/home",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Welcome to Affinda Docs

> Guides, tutorials, and API reference for the Affinda document AI platform, covering extraction models, validation, integrations, and best practices.

AI agents can read the complete Affinda platform reference in a single file at [docs.affinda.com/skill.md](https://docs.affinda.com/skill.md).

Want to see Affinda in action? Start a [free trial](https://app.affinda.com) or [book a demo](https://www.affinda.com/contact).

## Foundational Tutorials

<CardGroup cols={3}>
  <Card title="Getting Started with Affinda" icon="rocket" href="/academy/getting-started">
    Learn the basics of navigating the Affinda platform.
  </Card>

  <Card title="Creating a New Extraction Model" icon="diagram-project" href="/academy/model-creation">
    Learn how to create an accurate model for your document type in just minutes.
  </Card>

  <Card title="Improving Accuracy" icon="signal-bars-good" href="/academy/improving-accuracy">
    Strategies to increase model accuracy above 99%.
  </Card>
</CardGroup>

## User Validation 101

<CardGroup cols={3}>
  <Card title="Extraction Review" icon="magnifying-glass" iconType="solid" href="/academy/review-extraction">
    Detailed guide to confirming extracted data in the validation interface.
  </Card>

  <Card title="Table Editing" icon="table-list" href="/academy/table-editor">
    Step-by-step guidance on extracting data from simple to complex tables.
  </Card>

  <Card title="Updating Splitting and Classification" icon="code-branch" href="/academy/split-classify">
    How to adjust model predictions for document splits and classification.
  </Card>
</CardGroup>

## Advanced Configuration Playbooks

<CardGroup cols={4}>
  <Card title="Solution Design" icon="compass-drafting" href="/academy/solution-design">
    Suggested workflows based on your requirements.
  </Card>

  <Card title="Integrations Agent" icon="robot" href="/academy/integration-assistant">
    Learn how to export structured data to any downstream system using our Integrations Agent.
  </Card>

  <Card title="Achieving Straight-Through Processing" icon="forward-fast" href="/academy/straight-through-processing">
    Configuring the Affinda platform to reduce the amount of user intervention required.
  </Card>

  <Card title="Schema Design" icon="sliders" iconType="solid" href="/academy/schema-design">
    Best practices for configuring you field structure to optimise performance.
  </Card>
</CardGroup>

### Explore other Resources

<CardGroup cols={2}>
  <Card title="Configuration Guide" icon="gear" href="/configuration">
    Comprehensive guidance on how to configure document automation with Affinda.
  </Card>

  <Card title="API Reference" icon="code" href="/reference">
    Integrate with your systems using Affinda's REST API, Client Libraries and other developer tools.
  </Card>

  <Card title="Resume Parsing Guide" icon="file-user" href="/resumes/getting-started">
    Information specific to users looking to use Affinda's Resume Parser and complementary products.
  </Card>

  <Card title="Additional Resources" icon="sparkles" href="/updates">
    Keep up to date with product developments, ease any security concerns, and answer any other questions you have.
  </Card>
</CardGroup>
