# Collections

You can add or update collections through [Collections](/pim3/reference/collections.md).

### Add a new folder

1. Right-click the Collections-folder or a subfolder
2. Click "Create folder"
3. Set Name
4. Click "Save"

### Move folder

1. Right-click the folder you wish to move
2. Choose the folder you wish to move the folder to
3. Click "Move folder"

### Delete folder

1. Right-click the folder you wish to delete
2. Click "Delete folder"
3. Click "OK" to confirm deletion

### Add a new collection

1. Right-click the folder you wish to add the collection to
2. Click "Create collection"
3. Set Alias and Search definition
4. Click "Save"

### Edit collection

1. Right-click the collection you wish to edit
2. Modify Alias and/or Search definition
3. Click "Save"

### Move collection

1. Right-click the collection you wish to move
2. Click "Move collection"
3. Choose the folder you wish to move the collection to
4. Click "Move collection"

### Delete collection

1. Right-click the collection you wish to delete
2. Click "Delete collection"
3. Click "OK" to confirm deletion

{% hint style="info" %}
Read more about Collections here: [Collections](/pim3/fundamental-concepts/collections.md).
{% endhint %}


---

# 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.struct.com/pim3/reference/collections.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.
