# Launch

- [Embed in Web Page](https://docs.amondo.com/platform-guides/launch/web-sdk-embeds.md): Learn how to embed Amondo activations in a web page using the Web SDK.
- [Embed in Native App](https://docs.amondo.com/platform-guides/launch/mobile-apps.md): Learn how to integrate Amondo into native mobile apps with the SDK.
- [Live Displays & Broadcast](https://docs.amondo.com/platform-guides/launch/live-displays-and-broadcast.md): See how to launch activations on large digital displays or live broadcasts.
- [Custom Integrations (API)](https://docs.amondo.com/platform-guides/launch/custom-integrations-api.md): Learn how to use Amondo’s API to create custom integrations.


---

# 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.amondo.com/platform-guides/launch.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.
