# フレームワーク

- [Spring Boot](https://docs.apppaas.com/start/jp/frameworks/spring-boot.md): AppPaaSがサポートするフレームワークSpringについて説明します。
- [Django/Python](https://docs.apppaas.com/start/jp/frameworks/django-python.md): AppPaaSがサポートするフレームワークDjangoについて説明します。
- [React](https://docs.apppaas.com/start/jp/frameworks/react.md): AppPaaSがサポートするフレームワークReactについて説明します。
- [Vue](https://docs.apppaas.com/start/jp/frameworks/vue.md): AppPaaSがサポートするフレームワークVueについて説明します。
- [Angular](https://docs.apppaas.com/start/jp/frameworks/angular.md): AppPaaSがサポートするフレームワークAngularについて説明します。
- [Express.js](https://docs.apppaas.com/start/jp/frameworks/express.js.md): AppPaaSがサポートするフレームワークExpress.jsについて説明します。
- [Laravel](https://docs.apppaas.com/start/jp/frameworks/laravel.md): AppPaaSがサポートするフレームワークLaravelについて説明します。
- [Ruby on Rails](https://docs.apppaas.com/start/jp/frameworks/ruby-on-rails.md): AppPaaSがサポートするフレームワークRuby on Railsについて説明します。
- [Svelte](https://docs.apppaas.com/start/jp/frameworks/svelte.md): AppPaaSがサポートするフレームワークSvelteについて説明します。
- [Fiber](https://docs.apppaas.com/start/jp/frameworks/fiber.md): AppPaaSがサポートするフレームワークFiberについて説明します。
- [HTML](https://docs.apppaas.com/start/jp/frameworks/html.md): AppPaaSがサポートするHTMLデプロイメント環境について説明します。


---

# 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.apppaas.com/start/jp/frameworks.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.
