> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-ja/gaido-2.md).

# 開発者ガイド

- [開発者ガイド](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide.md)
- [はじめに](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/getting-started.md)
- [技術スタック](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/getting-started/tech-stack.md)
- [開発環境のセットアップ](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/getting-started/development-setup.md)
- [プロジェクト構造](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/getting-started/project-structure.md)
- [バックエンド](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/backend.md)
- [Symfonyアーキテクチャ](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/backend/symfony-architecture.md)
- [エンティティとDoctrine](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/backend/entities-and-doctrine.md)
- [リソースシステム](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/backend/resource-system.md)
- [コントローラ](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/backend/controllers.md)
- [イベントとリスナー](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/backend/events-and-listeners.md)
- [設定システム](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/backend/settings-system.md)
- [API](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/api.md)
- [認証](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/api/authentication.md)
- [エンドポイントリファレンス](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/api/endpoints-reference.md)
- [カスタムアクション](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/api/custom-actions.md)
- [Webhook](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/api/webhooks.md)
- [フロントエンド](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/frontend.md)
- [Vueコンポーネント](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/frontend/vue-components.md)
- [ビューとルーティング](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/frontend/views-and-routing.md)
- [状態管理](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/frontend/state-management.md)
- [ビルドシステム](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/frontend/build-system.md)
- [テーマ設定](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/theming.md)
- [カラーテーマ](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/theming/color-themes.md)
- [CSSとTailwind](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/theming/css-and-tailwind.md)
- [Twigテンプレート](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/theming/twig-templates.md)
- [プラグイン](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/plugins.md)
- [プラグインアーキテクチャ](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/plugins/plugin-architecture.md)
- [プラグインの作成](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/plugins/creating-a-plugin.md)
- [コースツールプラグイン](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/plugins/course-tool-plugins.md)
- [貢献](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/contributing.md)
- [コーディング規約](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/contributing/coding-conventions.md)
- [Gitワークフロー](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/contributing/git-workflow.md)
- [テスト](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/contributing/testing.md)
- [付録](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/database-schema.md)
- [用語集](https://docs.chamilo.org/2.x-ja/gaido-2/developer-guide/database-schema/glossary.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 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-ja/gaido-2.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.
