# AI Knowledge Base

### Configure Knowledge Base

1. Click Add Knowledge button. Knowledge Base currently supports uploading multi-format documents, online data (web pages), and knowledge content in Q & A format.
2. Select the document and click Next to upload your Knowledge Base document.
3. Select Q & A, click Next to customize your Q & A, enter the questions you expect - the answers are correct
4. Select the online data, click next, you can enter the webpage link that needs to be crawled for data, support two crawling modes: only this webpage or drill down pages containing webpages, set the update frequency, and click ok to start data crawling
5. After uploading or crawling Knowledge Base, it will be displayed in the list. You can filter by the filter items above, and click on the specific item to display its details.

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2FvDeOZlZIYHOSOaJPQ0yM%2Fimage.png?alt=media&#x26;token=777f0e3a-6091-4a57-a5e7-f9473217b8c9" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3466127247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSIAnjLP6KQY5rvyuaq5K%2Fuploads%2FxhVOpnw7Sgiy1sK95bEd%2FMy_Photor_1739419530645.png?alt=media&#x26;token=eb4bc860-40cc-4adf-a57d-6c16e6bcc80d" alt=""><figcaption></figcaption></figure>


---

# 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://helpdocs.ycloud.com/help-center/chatbot/ai-knowledge-base.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.
