> For the complete documentation index, see [llms.txt](https://docs.knn3.xyz/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.knn3.xyz/welcome/typography-ai/seamless-knowledge-discovery-experience.md).

# Seamless Knowledge Discovery Experience

We have redesigned the way users interact with TypoGraphy AI, separating document search and conversational Q\&A functions to better align with user habits. Try “What are the latest Web3 projects?” in TypoGraphy AI!&#x20;

### Quote and Follow-up

When the user wants to learn more about the answer from TypoGraphy AI, he can click **'**&#x51;uot&#x65;**'** to continue interacting in a conversational manner, such as asking TypoGraphy AI to translate responses into other languages, reformat them for readability, or provide further information about a project.

### **Source List**

In TypoGraphy AI's responses, we provide a Sources list for the referenced materials, enhancing the reliability of the answers and making it easier for users to track information sources. Additionally, for users to quickly and conveniently understand the content of these references, they can click on 'Preview' to rapidly and easily grasp the essence of the cited content without needing to click on or navigate to external links.

<figure><img src="/files/J25GUCDytIeWYxs9LhEM" alt=""><figcaption><p>Figure 1. Discovery Features</p></figcaption></figure>


---

# 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.knn3.xyz/welcome/typography-ai/seamless-knowledge-discovery-experience.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.
