> For the complete documentation index, see [llms.txt](https://quantumphp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quantumphp.gitbook.io/docs/getting-started/introduction.md).

# Introduction

Quantum PHP Framework is a modular PHP framework for building web applications with a clean and organized structure.

It is designed to help you move quickly without hiding core concepts behind heavy abstraction, so projects stay understandable as they grow.

## What kind of framework is it?

Quantum follows an MVC-oriented approach and also supports modular application design. In practice, this helps you separate responsibilities clearly and keep related functionality grouped in predictable boundaries.

## Why choose Quantum PHP Framework?

Quantum is built around practical decisions for both onboarding and long-term maintainability:

* start quickly with explicit, readable conventions
* keep structure clean from day one with modular organization
* build real applications with built-in essentials
* use the same framework for learning and production work
* favor clarity over unnecessary complexity

## What can you build with it?

You can use Quantum PHP Framework for:

* traditional multi-page websites
* admin panels and dashboards
* REST-style APIs
* modular business applications
* internal tools
* custom web platforms

## Who is it for?

Quantum is a good fit for developers and teams who want an approachable framework that still scales to production use.

## What should you read next?

Continue with [Installation](/docs/getting-started/installation.md), then [Quickstart](/docs/getting-started/quickstart.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://quantumphp.gitbook.io/docs/getting-started/introduction.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.
