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

# Introduction

## Welcome

Welcome to the Xenia API documentation! The Xenia API provides programmatic access to your operations execution platform, allowing you to integrate with your existing systems and automate your multi-unit operations workflows.

## What can you do with the Xenia API?

The Xenia API enables you to:

* **Sync employee data** from your HRIS system for automated user management
* **Extract operational data** for reporting and analytics in your BI tools
* **Automate task creation** and corrective actions based on external triggers
* **Integrate with third-party systems** for seamless data flows
* **Build custom applications** that leverage your operational data

## Getting Started

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/guides/getting-started">
    Learn how to authenticate and make your first API call
  </Card>

  <Card title="Core Concepts" icon="book" href="/guides/core-concepts">
    Understand the Xenia data model and key entities
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/guides/error-handling">
    Handle errors and implement retry logic
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/endpoints/authentication/index">
    Set up API credentials and authentication
  </Card>
</CardGroup>

## Workflow Guides

<CardGroup cols={2}>
  <Card title="User Management" icon="users" href="/guides/workflows/user-lifecycle">
    Manage users, roles, and teams
  </Card>

  <Card title="Locations" icon="location-dot" href="/guides/workflows/location-hierarchy">
    Configure location hierarchy and assignments
  </Card>

  <Card title="Templates" icon="clipboard-list" href="/guides/workflows/template-management">
    Create and manage checklist templates
  </Card>

  <Card title="Tasks" icon="list-check" href="/guides/workflows/task-management">
    Task creation, scheduling, and management
  </Card>
</CardGroup>

## Integration Guides

<CardGroup cols={2}>
  <Card title="HRIS Sync" icon="users-gear" href="/guides/integrations/hris-sync">
    Sync employee data from your HR system via Merge.dev
  </Card>

  <Card title="Data Extraction" icon="file-export" href="/guides/integrations/data-extraction">
    Export data for BI tools and analytics
  </Card>
</CardGroup>

## API Reference

Explore the complete API reference for all endpoints:

<CardGroup cols={3}>
  <Card title="Users" icon="user" href="/api-reference/endpoints/users/get-users">
    User CRUD operations
  </Card>

  <Card title="Roles" icon="user-shield" href="/api-reference/endpoints/roles/get">
    Role management
  </Card>

  <Card title="Locations" icon="building" href="/api-reference/endpoints/locations/get-locations">
    Location management
  </Card>

  <Card title="Tasks" icon="tasks" href="/api-reference/endpoints/tasks/get-tasks">
    Task operations
  </Card>

  <Card title="Templates" icon="file-lines" href="/api-reference/endpoints/templates/get-templates">
    Template management
  </Card>

  <Card title="Submissions" icon="paper-plane" href="/api-reference/endpoints/submission/get-submissions">
    Submission data
  </Card>
</CardGroup>

## Support

Need help getting started? We're here to help:

* **Email**: [support@xenia.team](mailto:support@xenia.team)
* For urgent API issues affecting production systems, contact our 24/7 support team.
