# Build Enterprise Knowledge Base

- [Knowledge Base Overview](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/km/km.md)
- [How to Create Knowledge Base: Basic Settings](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/km/km-basic-settings.md)
- [How to Use Web Scraper (Crawl Data) Feature](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/km/scrape-website.md): Simply enter a URL, and MaiAgent will crawl and structure the text and link data from the page, making it easy for you to quickly select and import data into your knowledge base to build your AI assis
- [How to Create FAQ](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/km/faq.md): When users ask sensitive questions or you need 100% accurate answers, you can use FAQ to provide specific responses. It's suitable for common customer questions with fixed answers.
- [Document Management: Tags and Metadata](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/km/tags-and-metadata.md)
- [Search Testing](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/km/test-search-result.md): Before officially deploying the LLM, you can use the search test preview feature to verify the relevance and content of the data retrieved by the LLM


---

# 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.maiagent.ai/maiagent-user-guide/maiagent-user-guide-en/km.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.
