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

# Internal Documentation

> Internal-only documentation for Tenzo team members

<Warning>
  **Restricted Access**: This documentation is only accessible to @tenzo.ai and @salv.ai email addresses.
</Warning>

## Welcome to Internal Docs

This section contains internal documentation, development guides, architecture details, and other information intended only for Tenzo team members.

## What You'll Find Here

<CardGroup cols={2}>
  <Card title="ATS Integrations" icon="plug" href="/internal/ats-coverage">
    Complete coverage matrix and implementation details for all 15 ATS integrations
  </Card>

  <Card title="Development Guide" icon="code" href="/development">
    Development practices, setup, and workflows
  </Card>

  <Card title="ATS Implementation" icon="diagram-project" href="/internal/ats-implementation-notes">
    Architecture notes and implementation patterns for ATS clients
  </Card>

  <Card title="Billing System" icon="credit-card" href="/internal/billing">
    Credit-based billing architecture, billing models, and integration points
  </Card>

  <Card title="Audit Diff System" icon="code-compare" href="/internal/audit-diff-system">
    Architecture and usage guide for the audit diff logging system
  </Card>

  <Card title="API Reference" icon="book-open" href="/api-reference/introduction">
    Internal and public API documentation
  </Card>
</CardGroup>

## ATS Integration Overview

We currently support **15 ATS integrations** with varying levels of maturity:

* **Production Ready:** SuccessFactors, ERecruit, RecruitCRM, Greenhouse, Jobvite, Bullhorn, JobDiva, Workday, Tracker, Tracker Workable
* **In Development:** Avionte, Crelate, Paylocity
* **Early Stage:** TempWorks
* **Webhook Integration:** Public API

See the [ATS Coverage Matrix](/internal/ats-coverage) for detailed feature support across all integrations.

## Quick Links

* [ATS Coverage Matrix](/internal/ats-coverage) - Feature support across all ATSs
* [Development Guide](/development) - Local setup and development workflow
* [API Reference](/api-reference/introduction) - Public API documentation

***

<Note>
  To add more internal pages, create new .mdx files in the `docs/internal/` folder and add them to `docs.json` under the "Internal" tab.
</Note>
