# Edit wishlist

In the editing screen of a wishlist, you can make basic settings to the wishlist as well as assign new products, remove existing products or control the order of the products. The editing screen is divided into two areas:

* Basis Informationen
* Produkte

{% hint style="info" %}
Customers can normally edit their wishlists themselves in the account area. In the administration, however, you have the option of making adjustments to the wishlists or creating wishlists manually.
{% endhint %}

### Base Information

Define the name and basic settings of the wishlist, such as the assignment to a sales channel and customers.

| Field        | Type               | Description                                                                                                                                                                        |
| ------------ | ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name         | Freitext           | The name of the wishlist can be specified in this field.                                                                                                                           |
| Private      | Checkbox           | Private wishlists can only be seen by one customer. If the checkbox is not activated, the wishlist is public and can be accessed by any user who knows the link to this wish list. |
| Priority     | Numerische Eingabe | If a customer has several wishlists, these can be sorted automatically. The higher the value in this field, the higher the wishlist is in the list.                                |
| Saleschannel | Dropdown           | Specify the sales channel for which the wishlist should be visible.                                                                                                                |
| Customer     | Dropdown           | Select a customer for whom the wishlist should be.                                                                                                                                 |

### Products

In this area, you can assign new products to a wishlist, remove existing products or change the order.

| Field              | Type     | Description                                                                                                                                       |
| ------------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Product assignment | Dropdown | Select a new product from the dropdown or type a product name or product number directly into the dropdown field to filter for specific products. |

A list of all products in the wishlist is displayed below the dropdown for the P**roduct assignment**. The display sequence can be changed by clicking on the up and down arrows. Clicking on the three dots opens a menu with the option to remove a product from the wishlist.


---

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