# Sharing

- [Embed Codes](https://docs.navless.ai/sharing/embed-codes.md)
- [Embedding Navless](https://docs.navless.ai/sharing/embed-codes/embedding-navless.md)
- [Embed Navless on a Custom Website](https://docs.navless.ai/sharing/embed-codes/embedding-navless/embed-navless-on-a-custom-website.md): This guide shows you how to add Navless to any custom (non‑SPA, non‑React) website using simple copy‑paste steps.
- [Embedding Navless Chat](https://docs.navless.ai/sharing/embed-codes/embedding-navless/embedding-navless-chat.md)
- [Implementing Navless in Webflow](https://docs.navless.ai/sharing/embed-codes/embedding-navless/implementing-navless-in-webflow.md): This guide shows exactly what your team needs to do in Webflow to add Navless (playlists and chat) to your site. Follow the short, numbered steps and copy the small code snippets where shown.
- [Implementing Navless in WordPress](https://docs.navless.ai/sharing/embed-codes/embedding-navless/implementing-navless-in-wordpress.md): This guide shows exactly what your team needs to do in WordPress to add Navless (playlists and chat) to your site. Follow the short, numbered steps and copy the small code snippets where shown.
- [Embedding Interactive Demos](https://docs.navless.ai/sharing/embed-codes/embedding-interactive-demos.md): The 2 types of Tourial Embeds (Website & Lightbox) plus some best practices!
- [Website Embed](https://docs.navless.ai/sharing/embed-codes/embedding-interactive-demos/website-embed.md)
- [Updating your Embed Code when changes are made](https://docs.navless.ai/sharing/embed-codes/embedding-interactive-demos/updating-your-embed-code-when-changes-are-made.md)
- [Lightbox Embed](https://docs.navless.ai/sharing/embed-codes/embedding-interactive-demos/lightbox-embed.md): A lightbox embed code allows you to easily display your Tourial in a pop-up modal when a user clicks on a button or link.
- [Embedding Tour Centers](https://docs.navless.ai/sharing/embed-codes/embedding-tour-centers.md)
- [Tour Link Sharing](https://docs.navless.ai/sharing/tour-link-sharing.md): Sharing your Tours via Links
- [Tour Center Link Sharing](https://docs.navless.ai/sharing/tour-center-link-sharing.md): Quickly share your Tour Center
- [Share Links](https://docs.navless.ai/sharing/share-links.md)
- [How to Create a Navless Playlist](https://docs.navless.ai/sharing/share-links/how-to-create-a-navless-playlist.md)
- [How to create a share link](https://docs.navless.ai/sharing/share-links/how-to-create-a-share-link.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.navless.ai/sharing.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.
