> 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/embed-codes/embedding-navless.md).

# Embedding Navless

- [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.


---

# 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/embed-codes/embedding-navless.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.
