# Integrated Retailers

The following retailers are integrated with Whisk:

| Retailer's Name  | Country(s)   | Zipcode Requirement | Store Inventory | Checkout Mechanism |
| ---------------- | ------------ | ------------------- | --------------- | ------------------ |
| **AmazonFresh**  | `GB, US, DE` | `false`             | `false`         | `landing URL`      |
| **Bringmeister** | `DE`         | `true`              | `true`          | `OAuth`            |
| **Instacart**    | `US`         | `false`             | `false`         | `landing URL`      |
| **Kroger**       | `US`         | `true`              | `true`          | `OAuth`            |
| **Ocado**        | `GB`         | `false`             | `true`          | `credentials`      |
| **Rewe**         | `DE`         | `true`              | `false`         | `landing URL`      |
| **Sainsbury's**  | `GB`         | `false`             | `true`          | `OAuth`            |
| **Tesco**        | `GB`         | `false`             | `true`          | `landing URL`      |
| **Walmart**      | `US`         | `true`              | `true`          | `landing URL`      |
| **Woolworths**   | `AU`         | `false`             | `true`          | `credentials`      |

There are additional US retailers that we support through our integration with Instacart and Kroger.

{% tabs %}
{% tab title="Instacart Partners" %}

* **Albertsons**
* **Food Lion**
* **Giant Food**
* **HEB**
* **Hy-Vee**
* **Jewel-Osco**
* **Price Rite**
* **Publix**
* **Safeway**
* **Shop Rite**
* **Stop and Shop**
* **Vons**
  {% endtab %}

{% tab title="Kroger Group of Stores" %}

* **Baker's**
* **City Market**
* **Dillons**
*

```
**Fred Meyer**
```

* **Fry's Food**
* **Gerbes**
*

```
**Jay C Food**
```

*

```
**King Soopers**
```

* **Owen's Market**
* **Payless**
* **Quality Food Centers (QFC)**
* **Ralphs**
*

```
**Smith's Food and Drug**
```

{% endtab %}
{% endtabs %}


---

# 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.whisk.com/resources/supported-retailers.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.
