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

# suprsend-docs-support

> Enable your AI agent Help your AI agent answer SuprSend questions accurately by fetching live documentation.

The `suprsend-docs-support` skill gives your agent a structured map of SuprSend docs and support channels, plus LLM-optimized endpoints it can fetch directly at runtime.

## Installation

```bash theme={"system"}
npx skills add https://github.com/suprsend/skills --skill suprsend-docs-support
```

***

## Documentation endpoints

Every SuprSend docs page is available as plain text — append `.md` to any URL.

| Endpoint                                                   | Use                                           |
| ---------------------------------------------------------- | --------------------------------------------- |
| [`llms.txt`](https://docs.suprsend.com/llms.txt)           | Page index — use to find the right page first |
| [`llms-full.txt`](https://docs.suprsend.com/llms-full.txt) | Full docs in one file — for broad lookups     |
| [`docs.suprsend.com`](https://docs.suprsend.com)           | Main documentation site                       |

<Tip>
  Fetch `llms.txt` first to locate the right page, then fetch that page directly with `.md`. This keeps context lean.
</Tip>

***

## Support channels

| Channel         | Access                                                                                                    | Best for                       |
| --------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------ |
| **AI Copilot**  | [app.suprsend.com](https://app.suprsend.com) — orb bottom-right (`Cmd+/` / `Ctrl+/`)                      | Instant answers, debugging     |
| **In-app chat** | Dashboard → **?** → **Chat with us**                                                                      | Human support                  |
| **Slack**       | [Join here](https://join.slack.com/t/suprsendcommunity/shared_invite/zt-3932rw936-XNWY1RC8bsffh4if4ZyoXQ) | Community Q\&A                 |
| **Email**       | [support@suprsend.com](mailto:support@suprsend.com)                                                       | Bug reports, account questions |

***

## Learn more

<CardGroup cols={2}>
  <Card title="SuprSend Docs" icon="book-open" href="https://docs.suprsend.com">
    Full documentation site.
  </Card>

  <Card title="Agent Skills Overview" icon="graduation-cap" href="/reference/agent-skills">
    All available skills.
  </Card>
</CardGroup>
