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

# How to Search

The search bar is the main way to find deals and saved scan results. What you can search for depends on the active tab and retailer.

## Search options

{% tabs %}
{% tab title="Product names" %}
Enter the name of the item you are looking for.

Example: `Nintendo Switch OLED`
{% endtab %}

{% tab title="SKU" %}
A SKU is a retailer-specific item number.

Example: `123456789`
{% endtab %}

{% tab title="UPC" %}
The UPC is the barcode number printed on the product.

Example: `045496882149`
{% endtab %}

{% tab title="ZIP Code" %}
ZIP Codes are used for stock searches and store availability.

Example: `10001`
{% endtab %}
{% endtabs %}

{% hint style="info" %}
Copy and paste SKU or UPC numbers to avoid typing errors.
{% endhint %}

{% hint style="warning" %}
ZIP Codes cannot be used on the Deals page. Use ZIP Codes with Results, stock checks, barcode scans, or ZIP settings.
{% endhint %}

{% embed url="<https://vimeo.com/1126747783?share=copy>" %}

## Search Deals

1. Open the Deals tab.
2. Enter a product name, SKU, or UPC.
3. Select the Search icon.
4. Review the matching deal cards.
5. Select Search Now on any item you want to scan for store availability.
6. Clear the search field to start over.

After you select Search Now, the item is added to Results so you can review it later.

Supported in-store retailers can also show Watch on deal cards. Use Watch to monitor price changes, stock changes, or both.

## Search Results

Use the Results tab to review searches you already ran. You can search within saved results and open any item to see store-level availability, prices, distance, aisle information, favorite-store controls, trip actions, and map links.

## Search online deals

When the Online retailer is selected, the Deals page changes to online deal browsing. Amazon uses name search plus deal type and discount filters. Tractor Supply opens deal links directly from its deal cards.

Online retailers do not use the normal Results, Hot Deals, Trips, Favorites, Hidden, scanner, stock check, or Settings flows.


---

# 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:

```
GET https://docs.turbosearch.com/readme.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.
