> For the complete documentation index, see [llms.txt](https://docs.subrise.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subrise.app/guide.md).

# User Guides

- [Getting started with Subrise Subscriptions ](https://docs.subrise.app/guide/getting-started-with-subrise-subscriptions.md)
- [Dashboard Overview](https://docs.subrise.app/guide/dashboard-overview.md)
- [Reports](https://docs.subrise.app/guide/dashboard-overview/reports.md)
- [Subscription Setup](https://docs.subrise.app/guide/subscription-setup.md)
- [Creating your Subscription Plan](https://docs.subrise.app/guide/subscription-setup/creating-your-subscription-plan.md)
- [Managing your Subscription](https://docs.subrise.app/guide/subscription-setup/managing-your-subscription.md)
- [Settings](https://docs.subrise.app/guide/settings.md)
- [Integrations](https://docs.subrise.app/guide/settings/integrations.md): Integrations allow you to connect Subrise to your existing services, giving you the ability to collaborate with external services. Seamlessly connect your Subrise account to our many integrations.
- [Attentive Integration](https://docs.subrise.app/guide/settings/integrations/attentive-integration.md): Follow the steps below to setup the Attentive Integration.
- [Shopify Flow](https://docs.subrise.app/guide/settings/integrations/shopify-flow.md): The Subrise Integration with Shopify Flow allows the merchant to "visually-code" events and custom triggers to perform various tasks. Flow gives you the a lot of power for custom shop events!
- [Klaviyo Integration](https://docs.subrise.app/guide/settings/integrations/klaviyo-integration.md): Watch our video below, or follow our step by step instruction on setting up the Subrise Subscription app with your Klaviyo account.
- [Zapier Integration](https://docs.subrise.app/guide/settings/integrations/zapier-integration.md)
- [Mailchimp Integration](https://docs.subrise.app/guide/settings/integrations/mailchimp-integration.md): Watch our video below, or follow our step by step instruction on setting up the Subrise Subscription app with your Mailchimp account.
- [Google Sheets Integration](https://docs.subrise.app/guide/settings/integrations/google-sheets-integration.md)
- [Gorgias Integration](https://docs.subrise.app/guide/settings/integrations/gorgias-integration.md): The below steps will take you through Gorgias integration on Subrise. Make sure you have the Gorgias app installed on your store and have completed your Gorgias account setup.
- [Notifications](https://docs.subrise.app/guide/settings/notifications.md)
- [Tags](https://docs.subrise.app/guide/settings/tags.md): In Subrise we offer custom tags, to help you better track both Customers, and Orders.
- [Webhooks](https://docs.subrise.app/guide/settings/webhooks.md)
- [Customer Portal](https://docs.subrise.app/guide/settings/customer-portal.md)
- [Support](https://docs.subrise.app/guide/settings/support.md)
- [Theme Extension](https://docs.subrise.app/guide/theme-extension.md)
- [FAQ](https://docs.subrise.app/guide/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.subrise.app/guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
