> For the complete documentation index, see [llms.txt](https://help.thenorthcop.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.thenorthcop.com/bot-guides-and-breakdown/sole-aio.md).

# Sole AIO

Bot Guide: <https://www.soleaio.dev/guide>

## Bot Strengths

* Shopify
* Yeezysupply
* Adidas
* Kith
* Concepts
* Shoepalace

## Bot Quick Tips

{% hint style="info" %}
**Keywords** - Keywords are inputted similar to cyber. The **positive** keywords have no plus in front, but **negative** keywords have a minus in front. Keywords are **separated** by commas.

`jordan,1,hi,-gs`
{% endhint %}

{% hint style="info" %}
**Delays** - Delays can be configured by selecting the gear icon at the top left of the bot. You can input delays in milliseconds.&#x20;
{% endhint %}

{% hint style="info" %}
**Captchas** - Setup your captcha solver by selecting the captchas tab on the left side of the bot
{% endhint %}


---

# 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://help.thenorthcop.com/bot-guides-and-breakdown/sole-aio.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.
