# Yaa

## Yaa

- [Yaa](https://yaa.docs.speaks.life/master.md): 一个基于YII2、VUE3 快速让你实现后台CRUD的开发框架。
- [安装](https://yaa.docs.speaks.life/kai-shi/an-zhuang.md)
- [快速上手](https://yaa.docs.speaks.life/kai-shi/kuai-su-shang-shou.md)
- [项目结构](https://yaa.docs.speaks.life/ji-chu/xiang-mu-jie-gou.md)
- [数据表格](https://yaa.docs.speaks.life/he-xin-gong-neng/shu-ju-biao-ge.md): 数据列表表格作为后台系统常用的数据页面，因此Yaa封装了改数据表格，只为了快速助力开发此页面。
- [路由](https://yaa.docs.speaks.life/he-xin-gong-neng/shu-ju-biao-ge/lu-you.md)
- [数据页面](https://yaa.docs.speaks.life/he-xin-gong-neng/shu-ju-biao-ge/shu-ju-ye-mian.md)
- [数据表格](https://yaa.docs.speaks.life/he-xin-gong-neng/shu-ju-biao-ge/shu-ju-ye-mian/shu-ju-biao-ge.md): 主要实现数据页面效果的代码文件
- [筛选](https://yaa.docs.speaks.life/he-xin-gong-neng/shu-ju-biao-ge/shu-ju-ye-mian/shai-xuan.md)
- [实例模型](https://yaa.docs.speaks.life/he-xin-gong-neng/shu-ju-biao-ge/shi-li-mo-xing.md)
- [控制器](https://yaa.docs.speaks.life/he-xin-gong-neng/shu-ju-biao-ge/kong-zhi-qi.md)
- [文档说明](https://yaa.docs.speaks.life/geng-duo/wen-dang-shuo-ming.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://yaa.docs.speaks.life/master.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.
