# 入門

本節幫助您設定開發環境並了解 Chamilo 2.0 專案結構。

* [**技術堆疊**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/getting-started/tech-stack.md) — 所有技術及其版本
* [**開發環境設定**](/2.x-zh-tw/kai-fa-zhe-zhi-nan/developer-guide/getting-started/development-setup.md) — 如何在本機執行 Chamilo
* [**專案結構**](/2.x-zh-tw/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-tw/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.
