# Share on social platforms

Share your guideflow across different social media platforms such as LinkedIn, Twitter, Facebook, etc.

(e.g. share your last product updates on a LinkedIn post).

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9zMXWPMHY>" %}

* Click on the "Share" button located at the top right of your editor.
* Click on the "Social platforms" button in the "Share Options" section.
* Toggle on "Public access" located at the top right of your "Share Options" popup.
* Click on the "Share" button corresponding to the social platform where you want to share the guideflow.&#x20;
* Post the guideflow's link.

{% hint style="info" %}
Make sure that you enabled public access on your guideflow before sharing it.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.guideflow.com/help/sharing-guideflow/share-on-social-platforms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
