> For the complete documentation index, see [llms.txt](https://docs.search.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.search.io/documentation/fundamentals/promotion-rules/manual-curation.md).

# Manual curation

Manually curate *Category pages* or search results by pinning items to specific positions.

Manual curation allows for pinning individual results at the top or curating entire category pages. Merchandising new collections and ensuring that the correct items appear together has never been easier.

### Pinning individual items <a href="#pinning-individual-items" id="pinning-individual-items"></a>

Pinning results is as easy as it sounds:

* To pin an individual item, drag-and-drop it to the desired position.
* To ensure it remains in its current place, click on the item.
* To unpin an item, click the *remove pin* icon at the top of the item.

{% hint style="info" %}
Pinned results still respect filters that are in effect when a search is made. When a pinned result does not meet a filter requirement its position in the result set is taken by the next result that is not pinned. Pins that do meet the filter requirement stay in their original pinned positions.

This also means that pinned results for shoes in a category page filtered for shirts will not appear when the promotion is triggered.
{% endhint %}

### Pinning multiple items <a href="#pinning-multiple-items" id="pinning-multiple-items"></a>

To curate a more extensive set of items, select and move multiple items at once. There are a number of intuitive ways to select multiple items

* Drag a selection rectangle across the items to select.
* Click and item and **shift** + click another item to select those items and everything in between.
* Hold the *windows* (*command*) key while clicking on items to select them all.

To move items multiple items, either

* Drag and drop them to the desired position
* Enter the position in the pop-up panel at the top of the page and click move.


---

# 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.search.io/documentation/fundamentals/promotion-rules/manual-curation.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.
