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

# Substack

> Newsletter publishing platform

## Overview

Connect Substack to manage newsletter posts and subscribers.

## Setup

<Steps>
  <Step title="Deploy">
    **Dashboard → Integrations → Connectors** → Find **Substack** → **Deploy**
  </Step>

  <Step title="Add to Agent">
    Agent → **Tools** tab → **Add Tool** → Select **Substack**
  </Step>

  <Step title="Configure">
    Enter your Substack API credentials
  </Step>

  <Step title="Test">
    Playground: "Get my subscriber count"
  </Step>
</Steps>

## Example Usage

```text theme={null}
User: "How many subscribers do I have?"

Agent: Your Substack has 1,234 subscribers
```

## Integration Example

**With Notion:**

```text theme={null}
User: "Draft Substack posts from Notion pages"

Agent: Created 3 Substack drafts from Notion
```

## Next Steps

<CardGroup cols={2}>
  <Card title="Mailchimp" icon="mailchimp" href="/integrations/connectors/mailchimp">
    Email marketing
  </Card>

  <Card title="Notion" icon="note" href="/integrations/connectors/notion">
    Content management
  </Card>
</CardGroup>
