# Searching for SKUs

You can search for SKUs by entering the SKU ID in the **Search** field.

<figure><img src="/files/GQ64F5G0ch9t6nR7toUZ" alt=""><figcaption></figcaption></figure>

The search only supports complete strings. Wildcards and partial searches do not retrieve any results. For example, to search for SKU ID sku\_1f39d18f-2b5a-4a72-b347-f7ec850f5f71, you must enter`sku_1f39d18f-2b5a-4a72-b347-f7ec850f5f71`, not just `sku_1f39d18f`.


---

# 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.digitalriver.com/digital-river-api/administration/dashboard/catalog/skus/searching-for-skus.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.
