> For the complete documentation index, see [llms.txt](https://docs.premsoft.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.premsoft.de/en/plugins/wishlists-for-shopware-6/admin-dashboard.md).

# Admin Dashboard

The administration dashboard can be opened in Shopware Administration under the menu item **Marketing > Wishlists**. A list of all existing wishlists opens. There is also the option of creating a new wishlist or importing wishlists via CSV.

<figure><img src="/files/T9tFZOhn5BDostEu4SGq" alt=""><figcaption></figcaption></figure>

### List of all wishlists

All of the shop's wishlists are shown in the list.

This contains the following columns:

* Name
* Customer
* Saleschannel
* number articles
* Privat

Click on the Refresh button on the right-hand side to retrieve the latest data.

{% hint style="info" %}
If no **name** is displayed in the **Customer** column, this is a wishlist that was created by a visitor to the shop who was not logged in.
{% endhint %}

{% hint style="info" %}
A distinction is made between **private** and **public** wishlists. A customer's public wishlist can be shared and the URL can be published on social media channels, for example.
{% endhint %}

Click on the three dots next to a wishlist to open a menu. You can choose between **Edit**, **Duplicate** and **Delete**.

<figure><img src="/files/QFmpWiw8o5EtRPY5reqD" alt=""><figcaption></figcaption></figure>

### Edit

To edit a wishlist, click on the three dots and select **Edit**. It opens a new page to [edit a wishlist](/en/plugins/wishlists-for-shopware-6/admin-dashboard/edit-wishlist.md).

### Duplicate

**Duplicate** copies the selected wishlist. You can use this function, for example, if you want to create sales lists for certain customers and a list is required for several customers. After duplicating a wishlist, the editing screen of the copied wishlist opens.

### Delete

After selecting the option **Delete** a wishlist, a confirmation window opens. If you agree to the deletion, the customer's wishlist will be irrevocably removed.

### Import wishlist

By clicking on the Import wishlist button, it is possible to upload a CSV file with wishlists and thus start the import of wishlists. Detailed information on how it works can be found at [Import wishlist](/en/plugins/wishlists-for-shopware-6/admin-dashboard/import-wishlist.md).

### Create wishlist

In addition to editing existing wishlists, a new wishlist can also be created for a customer. Further information can be found under [Create wishlist](/en/plugins/wishlists-for-shopware-6/admin-dashboard/create-wishlist.md).


---

# 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.premsoft.de/en/plugins/wishlists-for-shopware-6/admin-dashboard.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.
