> ## 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,
  GraduationCapIcon,
  CalendarClockIcon,
  WorkflowIcon,
  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, search the web, and automate recurring reports — no dashboard digging, no code.

<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

FansBot is managed from the **FansBot** section of your [OnlyFansAPI dashboard](https://app.onlyfansapi.com), organized into a few tabs:

1. **Channels** — add a Telegram bot, or install FansBot into your Slack workspace or Discord server. This is where your team talks to it.
2. **Integrations** — connect the other apps you use (Google Sheets, Gmail, Notion, and more) so FansBot can read and act on them.
3. **Skills** — install curated know-how that teaches FansBot how to handle specific jobs, like earnings recaps or ad reviews.
4. **Scheduled Tasks & Workflows** — automate recurring reports and reminders, either from scratch or from a ready-made workflow.

Once a channel is connected, you just message FansBot in plain language. It reads live data from your connected OnlyFans accounts and replies right in the chat.

## 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/channels" title="Channels">
    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={<GraduationCapIcon className="text-fd-primary" />} href="/fansbot/skills" title="Skills">
    Install curated skills to teach FansBot specific jobs.
  </Card>

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

  <Card icon={<WorkflowIcon className="text-fd-primary" />} href="/fansbot/workflows" title="Workflows">
    Start from ready-made, pre-built scheduled tasks.
  </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>