> For the complete documentation index, see [llms.txt](https://docs.struct.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.struct.com/pim3/reference/product-catalogues/catalogues-temp.md).

# Catalogues (Temp)

You can create or sort categories through [Product catalogues](/pim3/reference/product-catalogues.md) > [Catalogues](/pim3/reference/product-catalogues/catalogues-temp.md)

### Copy product catalogue

1. Right-click the catalogue you want to copy in the navigation drawer
2. Click "Copy catalogue" in the appearing menu
3. Set Alias, Label and choose whether to include products
4. Click "Copy catalogue"

### Create category

1. Right-click the catalogue you wish to add a category to
2. Choose between [Standard category](/pim3/fundamental-concepts/catalogues-and-categories.md#standard-category) and [Dynamic category](/pim3/fundamental-concepts/catalogues-and-categories.md#dynamic-category)
3. Click "Start creation"
4. Set the required attributes
5. Click "Create category"

### Sort categories

1. Right-click the catalogue which categories you wish to sort
2. Click "Sort categories"
3. Drag and drop categories to sort them
4. Click "Save sorting"


---

# 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.struct.com/pim3/reference/product-catalogues/catalogues-temp.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.
