# How to Find a Specific Record in the Manual Run Menu

In the Manual Run menu of your Shopify trigger, you can search for Customer, Product, Order, and Inventory Level records by specific fields if they do not populate by default.

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

| Type of trigger         | Fields to search by            |
| ----------------------- | ------------------------------ |
| Customer                | phone, email, id               |
| Product                 | title, handle, id              |
| Order                   | name, email, id                |
| Inventory Level Updated | inventory item id, location id |


---

# 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.getmesa.com/connect/shopify/technical-notes/how-to-find-a-specific-record-in-the-testing-interface.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.
