# Framework Overview

- [Welcome to PHPFast](https://docs.cmsfullform.com/overview/welcome.md)
- [Installation](https://docs.cmsfullform.com/overview/install.md)
- [Using Composer](https://docs.cmsfullform.com/overview/install/using-composer.md): Composer is the easiest and fastest way to install the framework, ensuring you always get the latest version with all dependencies.
- [Using Git Clone](https://docs.cmsfullform.com/overview/install/using-git-clone.md): If you want to work with the latest version or contribute to the source code, you can use Git to clone the framework repository.
- [Configurations](https://docs.cmsfullform.com/overview/install/configurations.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.cmsfullform.com/overview.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.
