# 入门指南

本节将帮助您设置开发环境并了解 Chamilo 2.0 的项目结构。

* [**技术栈**](/2.x-zh-cn/kai-fa-zhe-zhi-nan/developer-guide/getting-started/tech-stack.md) — 所有技术及其版本
* [**开发设置**](/2.x-zh-cn/kai-fa-zhe-zhi-nan/developer-guide/getting-started/development-setup.md) — 如何在本地运行 Chamilo
* [**项目结构**](/2.x-zh-cn/kai-fa-zhe-zhi-nan/developer-guide/getting-started/project-structure.md) — 代码库中各部分的位置


---

# 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://docs.chamilo.org/2.x-zh-cn/kai-fa-zhe-zhi-nan/developer-guide/getting-started.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.
