# Links and Navigation

<figure><img src="/files/PdAHUWBOUhjd0lbeZnLl" alt=""><figcaption></figcaption></figure>

Knowledge entries can also include links to internal pages or external websites and documents. If you add a link to a knowledge entry, your character can share it with users when the topic is relevant to the conversation.\
\
For example, if a user asks about your pricing, your character can navigate users to your pricing page from an entry found in your knowledge base and then guide them through the pricing structure.\
\
You can also specify whether you want that link to open in a new browser tab or to navigate the user to that page directly, giving you full control over the user experience.

### Seamless Navigation

If you would like seamless navigation where the avatar will continue speaking while navigating, look at the advanced implementation documentation here:

{% content-ref url="/pages/uZQPTxHSjr5kiFOaYBWC" %}
[Single Page Application Navigation](/embed/advanced/single-page-application-navigation.md)
{% endcontent-ref %}


---

# 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://hallway.gitbook.io/embed/basics/editor/links-and-navigation.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.
