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

# Launch Forms

### Publish Form

To publish your form, click the `Publish` button in the top-right corner of the Build tab. Changes will be delivered immediately to your users.

![](/files/I7Iu1Ao4ruTH6dNKUNTU)

#### Preview

Skim through your form after publishing with `Preview`. You can open a preview from the publish dropdown menu.

<figure><img src="/files/Qh1qHdRvr6yb9FlMoTSf" alt=""><figcaption></figcaption></figure>

### Share Form

Under the publish dropdown, you'll see a link to the **Live Form**. You can share that link with your users to give them access to your form to fill out. This link has the format `form.feathery.io/to/<slug>`.

<figure><img src="/files/LJ8LHNTXkygAEHSJ6gy9" alt="" width="375"><figcaption></figcaption></figure>

If you instead want multiple users to access the same submission or across devices, you can generate a unique submission link by selecting `Share Submission Link` at the bottom of the menu. This unique submission link has the format `form.feathery.io/to/<slug>/?_id=<submission id>`.

### Embed Form

To embed your form into an existing webpage or application, you can leverage:

* Our [React SDK](/develop/react.md) for embedding your form into your custom React application
* Our [Javascript code snippet](/develop/javascript.md) for embedding your form into any other website (e.g. Webflow, Shopify, etc.)

{% embed url="<https://www.feathery.io/blog/how-to-embed-a-form-in-webflow>" %}

### Environments

Clicking the `Live Form` link under the publish button will take to your live Feathery-hosted form. Data filled out here will live in your `Live` environment under the `Results` tab.

Clicking the `Test Form` link will take you to your test Feathery-hosted form. Test forms allow you to navigate around at-will, and data filled here will live in your `Test` environment under the `Results` tab.

### Auto-Expire Live Form Link

In your form settings, you can set a time interval for auto-expiring the existing live form link and replacing it with a new one. This provides added security to your form by restricting the number of people who have access to the form.

### Powerful Form Features

* [Highly reliable forms with minimal load time](/platform/enterprise-compliance/reliability-and-performance.md)
* Forms are by default responsive to different screen sizes
* Automatic tracking of a user's progress (data & location) for incomplete sessions and returns
* Conversion tools
  * Automatically progress when a field is filled
  * Browser back and forward buttons for navigation
  * Aria labels for accessibility
  * Etc.


---

# 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.feathery.io/platform/launch-forms.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.
