# Joomla quickstart package with AcyMailing

## What is a quickstart package

A quickstart package is a zip file of an already setup Joomla website, with extensions and templates installed by default and sample data.

## Create a quickstart package of a site

### Prepare the files

First make a copy of the site's files you want to turn into a quickstart package, and remove the configuration.php file from this copy.

Download the package of the exact same Joomla version from the Joomla website, and copy its "installation" folder into your quickstart folder.

### Prepare the database

Open the database of the website you copied in PHPMyAdmin, click on the "Export" tab then select "Custom - display all possible options".

In the appearing options, check the options "IF NOT EXISTS" and "INSERT IGNORE":

![](/files/-M7lOzojF7FsuQEnPIHm)

Once done, click the export button and rename the file into "sample\_data.sql". Open it and replace each occurence of the table prefix, for example "xxx\_", into "#\_\_".

Open the installation/sql/mysql/ folder of the quickstart folder you created and remove all its files except joomla.sql. Copy your  sample\_data.sql file into this folder.

Your quickstart package is ready, you can zip this folder and use it as a standard Joomla installation package.


---

# 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.acymailing.com/developers/quickstart-package-with-acymailing.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.
