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

# SHARING GUIDEFLOW

- [How-to share your guideflow](https://docs.guideflow.com/help/sharing-guideflow/how-to-share-your-guideflow.md)
- [Share your public link](https://docs.guideflow.com/help/sharing-guideflow/share-your-public-link.md)
- [Create custom links](https://docs.guideflow.com/help/sharing-guideflow/create-custom-links.md)
- [Embed your guideflow](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow.md)
- [Framer - Embed Your Guideflow](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/framer-embed-your-guideflow.md)
- [Landing page builders](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/landing-page-builders.md)
- [Website builders & CMS](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/website-builders-and-cms.md)
- [Blogging Platforms](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/blogging-platforms.md)
- [Project/Task management](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/project-task-management.md)
- [Help desk / Knowledge base](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/help-desk-knowledge-base.md)
- [Customer Support](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/customer-support.md)
- [Zendesk integration](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/customer-support/zendesk-integration.md)
- [Intercom integration](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/customer-support/intercom-integration.md)
- [Product Adoption](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/product-adoption.md)
- [Changelog](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/changelog.md)
- [Productivity tools](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/productivity-tools.md)
- [Review platforms](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/review-platforms.md)
- [G2 Integration](https://docs.guideflow.com/help/sharing-guideflow/embed-your-guideflow/review-platforms/g2-integration.md)
- [Share on social platforms](https://docs.guideflow.com/help/sharing-guideflow/share-on-social-platforms.md)
- [Share via Gmail Plugin](https://docs.guideflow.com/help/sharing-guideflow/share-via-gmail-plugin.md): With the Guideflow Gmail Plugin, you can send demo GIFs or links without leaving your Gmail inbox.
- [Share into email platforms](https://docs.guideflow.com/help/sharing-guideflow/share-into-email-platforms.md)
- [Email marketing platforms](https://docs.guideflow.com/help/sharing-guideflow/share-into-email-platforms/email-marketing-platforms.md)
- [ActiveCampaign](https://docs.guideflow.com/help/sharing-guideflow/share-into-email-platforms/email-marketing-platforms/activecampaign.md)
- [Sales outreach platforms](https://docs.guideflow.com/help/sharing-guideflow/share-into-email-platforms/sales-outreach-platforms.md)
- [Invite someone to Guideflow](https://docs.guideflow.com/help/sharing-guideflow/invite-someone-to-guideflow.md)
- [Export in GIF or video](https://docs.guideflow.com/help/sharing-guideflow/export-in-gif-or-video.md)
- [Export in PDF](https://docs.guideflow.com/help/sharing-guideflow/export-in-pdf.md)
- [Security settings](https://docs.guideflow.com/help/sharing-guideflow/security-settings.md)
- [Password protection](https://docs.guideflow.com/help/sharing-guideflow/security-settings/password-protection.md)
- [Domain protection](https://docs.guideflow.com/help/sharing-guideflow/security-settings/domain-protection.md)
- [Link expiration](https://docs.guideflow.com/help/sharing-guideflow/security-settings/link-expiration.md)
- [Offline demo](https://docs.guideflow.com/help/sharing-guideflow/offline-demo.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.guideflow.com/help/sharing-guideflow.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.
