# Preview your guideflow

Preview your guideflow before sharing it.&#x20;

(e.g. before you share a guideflow on Linkedin)

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

* Click on the "Preview" tab at the top of your editor.
* Interact with the guideflow to see if everything is smooth.
* If you need to make changes, click on the "Edit my guideflow" button at the top of your editor.
* Once you consider the guideflow finished, click on the "Share" button and select your favorite sharing option.&#x20;


---

# 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/edit-your-guideflow/preview-your-guideflow.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.
