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

# Introduction

> Start sending and receiving Instagram DMs.

## Set up with your AI agent

Paste one prompt into Cursor, Codex, Claude Code, or any coding agent, and it sets everything up for you.

<button className="agent-prompt-copy" data-agent-prompt-copy>
  <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true">
    <rect x="9" y="9" width="13" height="13" rx="2" ry="2" />

    <path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" />
  </svg>

  <span data-label>Copy instructions for your AI</span>
</button>

## Quickstart

<CardGroup cols={2}>
  <Card title="Instagram quickstart" icon="instagram" href="/instagram/quickstart">
    Get a working chat app and start sending and receiving DMs in minutes.
  </Card>

  <Card title="Build with AI" icon="robot" href="/instagram/build-with-ai">
    Let Cursor, Codex, or Claude Code set up everything for you.
  </Card>

  <Card title="Personal AI agent" icon="user-robot" href="/instagram/personal-agent">
    Connect your Instagram account to your own AI agent.
  </Card>

  <Card title="Sandbox" icon="flask" href="/instagram/sandbox">
    HookMyApp provides you with a test Instagram account so you can start testing today.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Connect Instagram" icon="instagram" href="/instagram/connect">
    Connect an Instagram professional account through Meta.
  </Card>

  <Card title="Send DMs" icon="paper-plane" href="/instagram/send-messages/text">
    Send Instagram text, media, and quick replies.
  </Card>

  <Card title="Receive webhooks" icon="inbox" href="/instagram/receive-webhooks">
    Handle incoming Instagram DMs at your webhook.
  </Card>

  <Card title="Webhook routing" icon="route" href="/instagram/webhook-routing">
    Set the URL where Instagram DMs are delivered.
  </Card>

  <Card title="CLI" icon="terminal" href="/instagram/cli">
    Manage login, sandboxes, channels, and webhooks from the terminal.
  </Card>

  <Card title="MCP" icon="plug" href="/instagram/mcp-server">
    Connect HookMyApp to Claude, Cursor, Codex, or any MCP client.
  </Card>
</CardGroup>
