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

# Introduction

> Welcome to the AlfaOne API documentation

AlfaOne is a comprehensive assessment platform designed for evaluating candidates through customizable assessments. Our public API enables third-party integrations to seamlessly interact with the AlfaOne platform.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get started with the AlfaOne API in minutes
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available API endpoints
  </Card>
</CardGroup>

## What can you do with the API?

The AlfaOne Public API allows you to:

* **List and retrieve assessments** - Access all assessments in your organization
* **View assessment questions** - Get detailed information about questions for each assessment
* **Manage invites** - List and view assessment invite details and statuses
* **Access member information** - Retrieve organization member details and roles

## Use Cases

<AccordionGroup>
  <Accordion title="ATS Integration">
    Integrate AlfaOne with your Applicant Tracking System to automatically trigger assessments when candidates reach a specific stage.
  </Accordion>

  <Accordion title="Reporting Dashboard">
    Build custom reporting dashboards by pulling assessment data and invite statuses into your business intelligence tools.
  </Accordion>

  <Accordion title="Automated Workflows">
    Create automated workflows that respond to assessment completions and route candidates based on results.
  </Accordion>
</AccordionGroup>

## Getting Help

If you need assistance with the API, you can:

* Check our [API Reference](/api-reference/introduction) for detailed endpoint documentation
* Contact [support@alfaone.app](mailto:support@alfaone.app) for direct assistance
