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

# Argos.co.uk

{% hint style="success" %}
Argos supports Click & Collect only.
{% endhint %}

{% hint style="info" %}
Argos uses an account to checkout, so a password and an account is needed
{% endhint %}

{% hint style="warning" %}
You should only run an account on one task only. This is a limitation of how sessions work on Argos. You will get logged out and will cause the bot issues if multiple tasks try and checkout at the same time.
{% endhint %}

{% hint style="warning" %}
Argos requires captcha solving to login, ensure you have a CapSolver.com API key set in the settings page
{% endhint %}

For Argos, you should enter all of the information requested on the Profile Bank page. **You must enter a valid Argos email address and password.**

### Click and Collect Radius

The bot supports Click and Collect either searching all of your closest local stores, or by selecting a specific store.

If you want to search for stock in all of your local Argos stores, you can use the Click and Collect Radius option. Enter a distance in **whole miles** from your **shipping postcode**. For example, if you enter `10`, it will search within 10 miles of postcode you enter.

One limitation of this however; due to limitations at Argos, the bot will only scan the closest 15 stores. Therefore if there are more than 15 stores in your chosen radius, it will search for the closest 15 stores and the rest won't be considered.

Using Click and Collect Radius is more inclusive way to check for stock

### Specific Store

If you prefer to select a specific store to search for stock, then you can select a store from the dropdown menu. The bot will then only search that store for stock, and others will be ignored

<figure><img src="/files/RFjX6rMg5GNrnn767gMF" alt=""><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:

```
GET https://docs.yoghurtbot.io/retailers/argos.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.
