# Connecting to the PrestaShop back office

The PrestaShop back office is the name used to describe the administration panel of your PrestaShop store in this user guide. You will spend most of your time in this panel, as everything that the user sees is handled directly through the back office: adding/editing/removing products, handling carriers, building packs, creating vouchers, keeping contact with customers, improving your shop, etc.

During the install process, the `/admin` folder is renamed into something unique to your shop (for instance, `/admin091anufki`), for security reasons. Use that new folder name to access your shop (for example: <http://www.example.com/admin091anufki>).

The name change is done automatically by PrestaShop. Be careful to memorize that folder name the first time you access it after the installation!

You will see the login page for your shop's control panel.

![](/files/-MD-vw_UAWwyJQUwdWed)

Enter the e-mail address and password that you registered with when installing PrestaShop. Click in the "Log In" button, and you are taken to the back office's dashboard, a sort of welcome page for this control panel.

![](/files/-MD-vw_TmSi5QFsgNyiF)

From this step onward, you can begin to configure your shop and sell products to your customers.

Read the next chapter of this user guide, named "[Discovering the Administration Area](http://doc.prestashop.com/display/PS17/Discovering+the+Administration+Area)", to understand all the various sections of the back office.


---

# 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.prestashop-project.org/1.7-documentation/user-guide/connecting-back-office.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.
