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

# FansBot (/fansbot)

import { Card, Cards } from "fumadocs-ui/components/card";
import {
  PlugIcon,
  MessageSquareTextIcon,
  PuzzleIcon,
  CalendarClockIcon,
  GaugeIcon,
} from "lucide-react";

FansBot is an AI assistant that lives in your team's chat app. Connect Telegram, Slack, or Discord, then just message it to check earnings, find your top fans, review subscriber growth, track link performance, run any OnlyFans action, and automate recurring reports — no dashboard digging, no code. When you start a chat, it introduces itself as **Hector**.

<Callout>
  FansBot is powered by your OnlyFansAPI account and works across every creator on your roster. Each message it answers uses [credits](/introduction/essentials/credits).
</Callout>

## How it works

1. **Connect a platform** — add a Telegram bot, or install FansBot into your Slack workspace or Discord server.
2. **Message FansBot** — ask in plain language. It reads live data from your connected OnlyFans accounts and replies in the chat.
3. **Extend it** — connect your other apps (Google Sheets, Gmail, Notion, and more) and schedule recurring tasks so reports arrive on their own.

## Supported platforms

| Platform        | Status      | How you connect           |
| --------------- | ----------- | ------------------------- |
| Telegram        | Available   | Bot token from @BotFather |
| Slack           | Available   | 1-click install (OAuth)   |
| Discord         | Available   | 1-click install (OAuth)   |
| WhatsApp        | Coming soon | —                         |
| Microsoft Teams | Coming soon | —                         |

## Get started

<Cards>
  <Card icon={<PlugIcon className="text-fd-primary" />} href="/fansbot/connect-a-platform" title="Connect a platform">
    Add FansBot to Telegram, Slack, or Discord.
  </Card>

  <Card icon={<MessageSquareTextIcon className="text-fd-primary" />} href="/fansbot/talking-to-fansbot" title="Talking to FansBot">
    What to ask, and how the assistant responds.
  </Card>

  <Card icon={<PuzzleIcon className="text-fd-primary" />} href="/fansbot/add-an-integration" title="Add an integration">
    Connect your other apps so FansBot can act on them.
  </Card>

  <Card icon={<CalendarClockIcon className="text-fd-primary" />} href="/fansbot/scheduled-tasks" title="Scheduled tasks">
    Automate recurring reports and reminders.
  </Card>

  <Card icon={<GaugeIcon className="text-fd-primary" />} href="/fansbot/usage" title="Checking usage">
    Track credits, models, and activity.
  </Card>
</Cards>

<Callout title="Don't see FansBot in your dashboard?">
  FansBot is managed from your [OnlyFansAPI dashboard](https://app.onlyfansapi.com). If the FansBot section isn't visible on your team, reach out at [hello@onlyfansapi.com](mailto:hello@onlyfansapi.com).
</Callout>