# 一：应用建模

建模文件位置在BizMDA项目的model文件夹中：

![image](/files/-Ldcpkwf5eFAJyNo0HoF)

主要包括以下文件和文件夹：

* mda.yml：项目参数文件
* 模板目录: 目录名称即为`mda.yml`文件中定义的template，下面存放建模文件，包括：
  * /data：数据建模文件目录
  * /view：视图建模文件目录
  * /menu：菜单建模文件目录
  * /service：服务建模文件目录
  * /dictionary：字典建模文件目录


---

# 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://bizmda.gitbook.io/bizmda/ch1.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.
