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

# Developer overview

> Technical documentation for embedding, controlling, and integrating with InboxMate.

This section covers the technical side of InboxMate — embedding the widget, controlling it programmatically, and integrating with external systems.

## What's covered

<CardGroup cols={2}>
  <Card title="Embed script" icon="code" href="/developer-guide/embed-script">
    Add the chat widget to any website with a script tag.
  </Card>

  <Card title="Widget control" icon="sliders" href="/developer-guide/widget-control">
    Initialize, configure, and control the widget with JavaScript.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/developer-guide/webhooks">
    Get notified when events happen in your inbox.
  </Card>
</CardGroup>

## API access

Programmatic API access for managing agents, knowledge, and conversations is available on Business plans. See the [API reference](/api-reference/overview) for details.
