# Frontend

تُعد واجهة Chamilo 2.0 الأمامية تطبيق صفحة واحدة (SPA) مبنيًا بـ Vue 3 يتواصل مع الخلفية عبر REST API.

* [**Vue Components**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/vue-components.md) — المكونات القابلة لإعادة الاستخدام في `assets/vue/components/`
* [**Views and Routing**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/views-and-routing.md) — عرض الصفحات في `assets/vue/views/` وإعداد Vue Router
* [**State Management**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/state-management.md) — مخازن Pinia للحالة التطبيقية
* [**Build System**](/2.x-ar/dlyl-almtwr/developer-guide/frontend/build-system.md) — Webpack Encore، و Tailwind، وخط أنابيب البناء


---

# 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-ar/dlyl-almtwr/developer-guide/frontend.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.
