# Welcome!

本工程旨在交流AI在前端项目中的应用与实践。

**在此文档中的代码示例，除非指明为客户端，否则一律为 NodeJS 环境**

**代码示例将可以在** [**aiweb-starter**](https://github.com/tripluyi/aiweb-starter) **中找到，欢迎至**[<mark style="color:blue;">**讨论区**</mark>](https://github.com/tripluyi/aiweb-starter/discussions)**留言**


---

# 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://aiweb.viku.org/readme.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.
