# Embed in a website

- [Enable embedding](https://docs.odyssey.stream/embed-in-a-website/enable-embedding.md): Add Odyssey into your existing web stack as an iframe
- [Pass messages to and from Unreal](https://docs.odyssey.stream/embed-in-a-website/pass-messages-to-and-from-unreal.md)
- [Sending messages to Unreal](https://docs.odyssey.stream/embed-in-a-website/pass-messages-to-and-from-unreal/sending-messages-to-unreal.md)
- [Receiving messages from Unreal](https://docs.odyssey.stream/embed-in-a-website/pass-messages-to-and-from-unreal/receiving-messages-from-unreal.md)
- [Manage your stream](https://docs.odyssey.stream/embed-in-a-website/manage-your-stream.md)
- [Stream loading states](https://docs.odyssey.stream/embed-in-a-website/manage-your-stream/stream-loading-states.md)
- [Session states](https://docs.odyssey.stream/embed-in-a-website/manage-your-stream/session-states.md)
- [Stream quality settings](https://docs.odyssey.stream/embed-in-a-website/manage-your-stream/stream-quality-settings.md)
- [Dynamic styling](https://docs.odyssey.stream/embed-in-a-website/manage-your-stream/dynamic-styling.md)


---

# 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.odyssey.stream/embed-in-a-website.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.
