> For the complete documentation index, see [llms.txt](https://docs.proxyshard.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxyshard.com/eng/site-navigation/order-search-product-tag.md).

# Order search (Product tag)

You can assign a custom `Product tag` to each order. Tags make it easier to find an order by a recognizable name.

1. Open the order and enter a tag in `Product tag`.
2. Click `Apply`.

<figure><picture><source srcset="/files/LVU2f9uFUWvL6dgJEK49" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-951e9e0f450e6ed61dd097482ea99bf99e6cb61a%2Fproduct-tag-setup_white.png?alt=media" alt="Setting a Product tag"></picture><figcaption></figcaption></figure>

The assigned tag appears next to the order number under `Active products`.

<figure><picture><source srcset="/files/gpOUXmMFqjhrwshhQYH9" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-83250900c8500ce3493d7901ba1a1ec9d8cfd354%2Fproduct-tag-active-search_white.png?alt=media" alt="Finding an order under Active products"></picture><figcaption></figcaption></figure>

Enter the tag in `Search` and click `Search`. Search is available both on the selected product page and under [`My orders`](https://dashboard.proxyshard.com/products).

<figure><picture><source srcset="/files/JUBUP2lURJIrW0UbpyF2" media="(prefers-color-scheme: dark)"><img src="https://3044836706-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdUUvqkT03slcNixPB0My%2Fuploads%2Fgit-blob-4a56f09cf1f7ab2f224fb6e89e6a9827d7ad3a8f%2Fproduct-tag-orders-search_white.png?alt=media" alt="Finding an order by tag under My orders"></picture><figcaption></figcaption></figure>


---

# 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.proxyshard.com/eng/site-navigation/order-search-product-tag.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.
