# Invite someone to Guideflow

Add a recipient that will receive an email with your guideflow's URL.&#x20;

(e.g. invite someone to discover your last guideflow).&#x20;

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

* Click on the "Share" button located at the top right of your editor.
* Click on the "Invite people" button in the "Share Options" section.
* Toggle on "Public access" located at the top right of your "Share Options" popup.
* Type the email address in the text field.&#x20;
* Click on "Invite" to send the email invitation&#x20;

{% hint style="info" %}
The person will only be invited to discover this specific guideflow.&#x20;
{% 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/invite-someone-to-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.
