# Web Page

Aissistant supports publicly accessible web pages as assets. Click **Workspace->Assets** from the left side panel of your Aissist console, you can then build your knowledge base with web pages.

#### What to provide?

* You can provide a list of web pages
* You can provide a web page for website status so Aissistant can check if any of your system is down
* You can provide a web page for your return/refund policy and associate it with sub agent cancel\_order

<details>

<summary>Webpage or Domain</summary>

Please note that you can add a URL as either a domain asset or a web page asset. The key difference is that for a domain asset, Aissistant will search the subdomains of the specified URL. In contrast, for a web page asset, Aissistant will only crawl and index the content of that specific web page, without following or searching other URLs linked to it.

</details>

<details>

<summary>What if I updated my web page?</summary>

The web page assets are indexed and stored in our database. We automatically check for updates every 24 hours to keep the content current. If you manually update an asset information from the console, it will also trigger an immediate refresh.

</details>

<figure><img src="/files/SiM0Y1LlKopqOJ7twoKi" 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://doc.aissist.io/tutorial/turn-assets-into-ai/web-page.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.
