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

# Integration Categories

> How Exterview connects to the rest of your stack, grouped by category, with what is available today and what is on the roadmap.

## Purpose

How Exterview connects to the systems your team already runs, grouped by category. Each card shows what is available today and what is on the roadmap. This is a category and status view, not a live connector catalog.

<Note>
  Each category is tagged **Available** (usable today) or **Roadmap** (planned,
  not yet available). Ask your Exterview representative to confirm the status of
  a specific system before you depend on it.
</Note>

## Categories

<CardGroup cols={2}>
  <Card title="ATS and HRMS" icon="arrows-rotate">
    **Roadmap.** A one-time guided data migration is available today during onboarding; ongoing self-serve, two-way sync with your ATS or HRMS is on the roadmap.
  </Card>

  <Card title="Calendar" icon="calendar" href="/deploy/connectors-microsoft">
    **Coming soon.** Scheduling and managing interview sessions against Outlook
    calendars through Microsoft Graph is still being finished.
  </Card>

  <Card title="Identity and SSO" icon="fingerprint" href="/deploy/connectors-microsoft">
    **Available.** Single sign-on through your organization's existing Microsoft
    Entra ID directory, with no separate credentials to manage.
  </Card>

  <Card title="Messaging" icon="envelope">
    **Available.** Transactional email for key hiring moments, such as invites and
    approvals. Candidate drip campaigns are on the roadmap.
  </Card>

  <Card title="Documents" icon="file-lines">
    **Roadmap.** Uploading your policies, JD and offer templates, and compliance
    material for Exterview's agents to draw on, specific to your organization, is
    not yet available.
  </Card>

  <Card title="Reporting" icon="file-chart-column">
    **Available.** Unified candidate reports and export. Global search and bulk
    data export are on the roadmap.
  </Card>

  <Card title="Knowledge" icon="book">
    **Roadmap.** A knowledge base specific to your organization that grounds
    answers and retrieval, with every lookup logged, is not yet available.
  </Card>

  <Card title="Webhooks" icon="bell" href="/api-reference/introduction">
    **Roadmap.** There are no outbound partner webhooks today. The model is
    poll-based, see the [Developer Preview](/api-reference/introduction).
  </Card>

  <Card title="MCP" icon="plug" href="/smaya/mcp">
    **Roadmap.** Query Exterview from approved external assistants through a governed, read-only gateway, specific to your organization.
  </Card>
</CardGroup>

## FAQs

<AccordionGroup>
  <Accordion title="Which integrations can we use today?">
    Identity through Microsoft, transactional email, and unified reporting. Document upload for agents and the knowledge base are on the roadmap, along with calendar scheduling and ongoing ATS/HRMS sync; a one-time guided data migration is available today during onboarding.
  </Accordion>

  <Accordion title="Do you push events to us in real time?">
    Not today. There are no outbound partner webhooks yet; integrations read
    results by polling. See the [Developer Preview](/api-reference/introduction).
  </Accordion>

  <Accordion title="How do we connect an external AI assistant?">
    Through MCP, a governed read-only gateway that is on the roadmap. See [MCP](/smaya/mcp).
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Microsoft Connectors" icon="microsoft" href="/deploy/connectors-microsoft">
    Entra ID, Outlook calendar, and Marketplace in detail.
  </Card>

  <Card title="API Introduction" icon="code" href="/api-reference/introduction">
    How the API is shaped and scoped.
  </Card>
</CardGroup>
