# Publishing and Deployment

- [Live preview overview](https://docs.formsort.com/publishing-and-deployment/preview-window.md): See the current state of a flow without deploying.
- [Environments](https://docs.formsort.com/publishing-and-deployment/environments.md): Configure integrations.
- [Loading different environments](https://docs.formsort.com/publishing-and-deployment/environments/setting-the-environment.md)
- [Embedding](https://docs.formsort.com/publishing-and-deployment/embedding.md): Place Formsort flows within a larger webpage.
- [Web-embed API](https://docs.formsort.com/publishing-and-deployment/embedding/web-embed-api.md): Embed your flows within other webpages, with communication between the embed and the parent page
- [React-embed](https://docs.formsort.com/publishing-and-deployment/embedding/web-embed-api/react-embed.md): Embed Formsort flows within react components.
- [Embedding forms in iOS and Android](https://docs.formsort.com/publishing-and-deployment/embedding/embedding-in-ios-and-android.md): Manage forms in native applications from Formsort
- [Setting up a dev environment](https://docs.formsort.com/publishing-and-deployment/embedding/setting-up-a-dev-environment.md): Troubleshoot your embed before going live
- [Pre-deployment checklist](https://docs.formsort.com/publishing-and-deployment/preflight-checklist.md): Check all the boxes below to guarantee a healthy flow!


---

# 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.formsort.com/publishing-and-deployment.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.
