> For the complete documentation index, see [llms.txt](https://docs.developers.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.symphony.com/embedded-modules.md).

# Embedded Modules

- [Symphony Messaging URI](https://docs.developers.symphony.com/embedded-modules/symphony-uri.md)
- [Symphony Messaging URI for Mobile (deprecated)](https://docs.developers.symphony.com/embedded-modules/symphony-uri/symphony-uri-for-mobile.md)
- [Desktop interoperability](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability.md)
- [FDC3 intents](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/fdc3-intents.md): Intents are standardized verbs an app raises to another app to instruct it to do an action. Symphony Messaging both listens to some intents coming from third party apps, as well as raises intents.
- [Message format](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/fdc3-intents/message-format.md)
- [Configuration guide](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/configuration-guide.md)
- [Configure Interop.io](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/configuration-guide/configure-with-the-native-connector.md)
- [Configure Here Core](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/configuration-guide/configure-here-core.md)
- [Configure Finsemble](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/configuration-guide/configure-finsemble.md)
- [Configure with Embedded Mode](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/configuration-guide/configure-with-embedded-mode.md)
- [Troubleshooting](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/configuration-guide/troubleshooting.md)
- [Change log](https://docs.developers.symphony.com/embedded-modules/desktop-interoperability/change-log.md): Change log FDC3 Desktop interop
- [Embedded Mode](https://docs.developers.symphony.com/embedded-modules/embedded-mode.md)
- [Get started](https://docs.developers.symphony.com/embedded-modules/embedded-mode/get-started.md)
- [Configuration parameters](https://docs.developers.symphony.com/embedded-modules/embedded-mode/configuration-parameters.md)
- [Open a chat](https://docs.developers.symphony.com/embedded-modules/embedded-mode/open-a-chat.md)
- [Send a message](https://docs.developers.symphony.com/embedded-modules/embedded-mode/send-a-message.md)
- [Blast](https://docs.developers.symphony.com/embedded-modules/embedded-mode/blast.md)
- [Create a room](https://docs.developers.symphony.com/embedded-modules/embedded-mode/create-a-room.md)
- [Pin a message](https://docs.developers.symphony.com/embedded-modules/embedded-mode/pin-a-message.md)
- [Notifications](https://docs.developers.symphony.com/embedded-modules/embedded-mode/notifications.md)
- [Support for extension applications](https://docs.developers.symphony.com/embedded-modules/embedded-mode/support-for-extension-applications.md)
- [Open an app](https://docs.developers.symphony.com/embedded-modules/embedded-mode/open-an-app.md)
- [Embedded Mode with Sponsored Access](https://docs.developers.symphony.com/embedded-modules/embedded-mode/embedded-mode-with-sponsored-access.md)
- [Pricing tiers](https://docs.developers.symphony.com/embedded-modules/embedded-mode/pricing-tiers.md)
- [Logout](https://docs.developers.symphony.com/embedded-modules/embedded-mode/logout.md)
- [Universal Webhook](https://docs.developers.symphony.com/embedded-modules/universal-webhook.md): Share content and alerts from third party services in Symphony Messaging chats
- [User guide](https://docs.developers.symphony.com/embedded-modules/universal-webhook/user-guide.md)
- [Example with Splunk](https://docs.developers.symphony.com/embedded-modules/universal-webhook/user-guide/example-with-splunk.md)
- [Installation guide](https://docs.developers.symphony.com/embedded-modules/universal-webhook/installation-guide.md)
- [FAQ](https://docs.developers.symphony.com/embedded-modules/universal-webhook/faq.md)


---

# 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:

```
GET https://docs.developers.symphony.com/embedded-modules.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.
