> ## 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 Messenger messages, and manage Page posts, comments and insights.

## 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="Facebook quickstart" icon="facebook" href="/facebook/quickstart">
    Connect a Page and start sending and receiving Messenger messages in minutes.
  </Card>

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

  <Card title="Personal AI agent" icon="user-robot" href="/facebook/personal-agent">
    Connect your Facebook Page to your own AI agent.
  </Card>

  <Card title="Sandbox" icon="flask" href="/facebook/sandbox">
    HookMyApp provides a test Page so you can start testing before you connect your own.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="Connect a Page" icon="facebook" href="/facebook/connect">
    Connect a Facebook Page, and the Instagram account linked to it, in one flow.
  </Card>

  <Card title="Send messages" icon="paper-plane" href="/facebook/send-messages">
    Send Messenger text and attachments, inside and outside the 24-hour window.
  </Card>

  <Card title="Receive webhooks" icon="inbox" href="/facebook/receive-webhooks">
    Handle Messenger messages, comments and posts at your webhook.
  </Card>

  <Card title="Inbox" icon="comments" href="/facebook/inbox">
    Read past Messenger conversations.
  </Card>

  <Card title="Publish" icon="image" href="/facebook/publish">
    Post text, links, photos, videos and reels to the Page.
  </Card>

  <Card title="Comments" icon="comment" href="/facebook/comments">
    Reply to comments, hide them, delete them, or answer the commenter in private.
  </Card>

  <Card title="Insights" icon="chart-line" href="/facebook/insights">
    Page and post metrics.
  </Card>

  <Card title="CLI" icon="terminal" href="/facebook/cli">
    Manage Pages, messages, posts, comments and insights from the terminal.
  </Card>

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