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

# Sharing

- [Embed Codes](https://docs.navless.ai/sharing/embed-codes.md)
- [Embedding Navless](https://docs.navless.ai/sharing/embed-codes/embedding-navless.md)
- [Embed a Guide on a HubSpot landing page](https://docs.navless.ai/sharing/embed-codes/embedding-navless/embed-a-guide-on-a-hubspot-landing-page.md): Add a Guide trigger to a HubSpot landing page using the page's Head HTML and a custom HTML module.
- [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
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, and the optional `goal` query parameter:

```
GET https://docs.navless.ai/sharing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
