> ## 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.

# Add an integration (/fansbot/add-an-integration)

import { Step, Steps } from "fumadocs-ui/components/steps";

Integrations let FansBot work with the other tools you use. Connect apps like Google Sheets, Gmail, Notion, Google Calendar, Airtable, HubSpot, or Stripe, and FansBot can read from and act on them — both in live chats and in [scheduled tasks](/fansbot/scheduled-tasks).

## Connect an app

In your [OnlyFansAPI dashboard](https://app.onlyfansapi.com), open **FansBot → Integrations** in the sidebar and stay on the **Integrations** tab.

<img alt="FansBot integrations catalog" src={__img0} placeholder="blur" />

<Steps>
  <Step>
    ### Find the app \[!toc]

    Search the catalog — there are 3,000+ apps to choose from — and pick the one you want.
  </Step>

  <Step>
    ### Choose team or personal, then connect \[!toc]

    Pick **Connect a team account** (everyone on your team can use it) or **Connect a personal account** (just for you), then authorize FansBot to access it. You can connect one of each per app.
  </Step>

  <Step>
    ### Confirm it's connected \[!toc]

    The app now shows it's connected, tagged **Team** or **Personal**. Flip on **Show connected only** to see just your connected apps.
  </Step>
</Steps>

<Callout title="Team vs. personal accounts">
  A **team** integration is shared — anyone on your team can use it through FansBot. A **personal** integration is just for you. When someone chats with a FansBot connection, it can use your team's shared integrations plus the personal integrations of whoever set that connection up.
</Callout>

## Use it in chat

Once an app is connected, just ask FansBot to use it:

* "Add my top 10 fans this month to a Google Sheet."
* "What's on my calendar today?"
* "Draft an email to my VA with this week's numbers."

FansBot figures out which connected app to use and — for anything that writes or sends — confirms with you before going ahead.