> For the complete documentation index, see [llms.txt](https://docs.engagevr.io/engage/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.engagevr.io/engage/advanced-features/forms/delivering-a-form.md).

# Delivering a form

You can deliver a form within a Session so that users can provide answers. You can choose to deliver the form to everyone or to specific people. When you deliver a form, it immediately opens in their menu. However, to deliver a form, you must either be the host or be granted permission by the host.

{% hint style="info" %}
You can't deliver a form if you use an Android phone or tablet, iPhone, or iPad. However, users on these devices can participate in a form that's delivered by someone else.
{% endhint %}

To deliver a form, complete the following steps:

1. In a Session, open your menu or tablet, and then select **Forms** <img src="/files/FooY8vxtOw3pMKqOw89P" alt="" data-size="line">.
2. Select **DELIVER** for the form that you want to deliver.
3. In the **Deliver Form** window, select who you would like to deliver the form to.
4. **Optional**: If you choose **Select Others**, you can choose which users in the session receive the form. On the **Select users to deliver form to** page, select the check box for any user that you want to deliver the form to, and then select **SAVE SELECTIONS**.
5. Select **Confirm**.


---

# 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.engagevr.io/engage/advanced-features/forms/delivering-a-form.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.
