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

# Getting started

Quantum Manager is a free file and media manager for Joomla. It allows to upload and resize images in the editor. You can manage not only images, but any file type that you allow to upload. Powerful content editor button allows you to create custom embed templates. User group profiles will make your work with files more flexible.

It is possible to override image buttons of the core media manager and make your work with the content much more comfortable.

All that you need to make your work with files more effective have already been designed in Quantum Manager.

### System Requirements

| Minimal       | Recommended |
| ------------- | ----------- |
| Joomla! 5.0.x | Joomla 6.+  |
| PHP 8.2+      | PHP 8.3+    |

* `memorylimit` - set maximum value
* Enable `fileinfo` PHP module&#x20;

### Additional libraries used in Quantum Manager

The package uses additional libraries **Jinterventionimage,** **Jlib Fields** and **Jpel** to be taken from 3rd party sites.&#x20;

{% hint style="success" %}
The Quantum Manager package uses additional libraries **Jinterventionimage,** **Jlib Fields** and **Jpel** to be taken from 3rd party sites.&#x20;
{% endhint %}

{% hint style="danger" %}
If you are facing issues with installing these plugins, you can download them from Github and install manually as a typical Joomla extension:
{% endhint %}

* Jinterventionimage library - <https://github.com/Delo-Design/jinterventionimage>
* Jlib fields - <https://github.com/JPathRu/lib_fields>
* Jpel library - <https://github.com/Quantum-Manager/jpel>

### Version for Joomla 3 (obsolete)

Quantum Manager 2.0.4 is the last version which is compatible with Joomla 3. \
You can [download it on Github](https://github.com/Quantum-Manager/start/releases/tag/2.0.4). No any guarantee of the correct work is given.

{% hint style="info" %}
**Note:** Joomla 3 is reached its End of Life and using this version of the CMS is not secure. We highly recommend to migrate your site to the latest Joomla version.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.norrnext.com/quantum-manager/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
