> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/v.9-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/v.9-documentation/getting-started/misc-information.md).

# Misc. information

## Keep a test version at hand!

{% hint style="info" %}
Right after you have completed setting up your store, but just before officially opening it to the public, we strongly recommend that you install a local test version on your personal computer, MAMP for Mac, or LAMP for Linux, or, for Windows, it is recommended to use [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install), or elsewhere on your hosting server.
{% endhint %}

This second instance will be useful as a pre-production environment in which you can carry out all future changes to your PrestaShop store without affecting the live version. This way, if an error occurs, your live store remains intact and untouched.

After you have confirmed that your test version works as it should, copy the test version over to the live version. It is best to do this after peak usage hours, and with your store properly and temporarily disabled from within the PrestaShop back office.&#x20;

To do so, you can use [Maintenance ](/v.9-documentation/user-guide/configuring-shop/shop-parameters/general-settings/maintenance.md)mode.

## Checking for the GD library

The [GD library](https://libgd.github.io/) enables PrestaShop to rework images that you upload, especially resizing them.

On a default installation of PHP, the GD Library should be turned on, but if that's not the case for your installation, here are the standard Windows instructions:

1. In the root directory of your PHP folder, **open the `php.ini` file.**
2. **Uncomment the `extension=php_gd2.dll` line** by deleting the ";" at the start of the line. This line should be located about halfway through the file, in the middle of a long list of extensions.
3. **Restart the PHP services**.

{% hint style="info" %}
If you have no access to the `php.ini` file (which is often the case in shared hosting), contact your host about your hosting needs.
{% 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.prestashop-project.org/v.9-documentation/getting-started/misc-information.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.
