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

# Integrations Overview

> Connect Nextoria Hub to the tools and services your agency already uses.

## Available Integrations

Nextoria Hub integrates natively with a curated set of best-in-class tools. All integrations are configured at **Settings → Integrations** and available to Admin-role users.

<CardGroup cols={2}>
  <Card title="Stripe" icon="stripe" href="/integrations/stripe">
    Payment processing for invoices, subscription billing, and automated
    receipts.
  </Card>

  <Card title="Stream Chat" icon="comments" href="/integrations/stream-chat">
    Real-time team messaging powering the Communication module.
  </Card>

  <Card title="Google Drive" icon="google-drive" href="/integrations/google-drive">
    Two-way file sync between Nextoria Hub and your Google Drive folders.
  </Card>

  <Card title="AI Tools" icon="sparkles" href="/integrations/ai-tools">
    AI-assisted content generation, project summarization, and smart task
    suggestions.
  </Card>
</CardGroup>

## Integration Status

| Integration        | Status         | Plans          |
| ------------------ | -------------- | -------------- |
| Stripe             | ✅ GA           | All plans      |
| Stream Chat        | ✅ GA           | All plans      |
| Google Drive       | ✅ GA           | Growth + Scale |
| Google Gemini      | ✅ GA           | Growth + Scale |
| Replit             | 🔜 Beta        | Scale          |
| MagicUI Components | ✅ GA           | All plans      |
| Liveblocks         | 🔜 Coming Soon | Scale          |
| Slack              | 🔜 Coming Soon | Growth + Scale |

## Connecting an Integration

For all integrations, the general flow is:

<Steps>
  <Step title="Navigate to Settings → Integrations">
    Find the integration card for the service you want to connect.
  </Step>

  <Step title="Click Connect">
    You'll be redirected to the third-party OAuth authorization page or prompted
    to enter an API key.
  </Step>

  <Step title="Authorize permissions">
    Grant only the permissions Nextoria Hub requires (listed on the
    authorization screen).
  </Step>

  <Step title="Configure the integration">
    After connecting, configure which workspace features use this integration.
  </Step>
</Steps>

## Webhook Support

On the Scale plan, you can register custom webhooks to receive real-time events from Nextoria Hub at **Settings → Integrations → Webhooks**.

Available events:

* `project.created`, `project.completed`
* `task.created`, `task.status_changed`
* `invoice.sent`, `invoice.paid`
* `client.portal_accessed`
* `deliverable.approved`

<Info>
  Looking for an integration that isn't listed? Submit a request at
  [nextoriahub.com/integrations/request](https://nextoriahub.com/integrations/request).
</Info>
