# General Information

Remote storage feature allows you to store the media that is uploaded for entries on the various remote storage services like AWS S3, Dropbox etc.

This feature was added in version 1.8.0 of the component and is based on the code of Flysystem by [The League of Extraordinary Packages](https://thephpleague.com/) and [Flysystem for Joomla](https://phproberto.github.io/joomla-flysystem/) by Roberto Segura.

To enable this feature two steps should be done:

* Configure the options for remote storage. Read more in [Component Options](https://docs.norrnext.com/norrcompetition/configuration/general).
* Install and configure at least one remote storage plugin:
  * [Amazon Web Services S3](https://docs.norrnext.com/norrcompetition/remote-storage/aws-s3). Read here how to configure the plugin.

When both steps are done the media will start to sync with the selected remote storage. This happens automatically right after the entry is saved. If something fails and some of the media files are not synced you should not worry:

* Component always presume that media is not synced and first tries to display it from the local storage. If file not found then it tries to display it from the remote storage.
* Component will automatically sync media on the background when you proceed to the list of entries in administrator area. This ensures that all media will have a succesfull sync status.


---

# 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.norrnext.com/norrcompetition/remote-storage/general-information.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.
