# /kols

This command is the entrypoint towards understanding AutoRaid and your settings.

{% hint style="info" %}
The maximum amount of Tweets that can be pulled from KOLs daily is 10 - UNLESS you are on our [Pro Tier](/raid-bot/quickstart-1.md), to which you can pull up to a whopping 300 per day from 30 KOLs!
{% endhint %}

### Example

<mark style="color:blue;">**`/kols`**</mark>

Once you have sent the command, a panel will show key information regarding the KOLs you currently are scanning tweets to AutoRaid from every minute, as well as your used daily quotas.

<figure><img src="/files/2sFSaGE8ca9TVjEsGiGo" alt="" width="375"><figcaption></figcaption></figure>

Want to add a KOL/Influencer to poll tweets from and AutoRaid them?: <mark style="color:blue;">`/addkol @TwitterHandle`</mark>

Want to delete a KOL/Influencer?:<mark style="color:blue;">`/delkol @TwitterHandle`</mark>

Want to enable AutoRaiding?: <mark style="color:blue;">`/autoraid enable`</mark>

Want to disable AutoRaiding?: <mark style="color:blue;">`/autoraid disable`</mark>

Want to set the [Dynamic](/raid-bot/raid-management/editor.md#dynamic-mode) Likes Target for AutoRaids?: <mark style="color:blue;">`/autoraid likes NumberHere`</mark>

Want to set the [Dynamic](/raid-bot/raid-management/editor.md#dynamic-mode) Retweets Target for AutoRaids?: <mark style="color:blue;">`/autoraid retweets NumberHere`</mark>

Want to set the [Dynamic](/raid-bot/raid-management/editor.md#dynamic-mode) Replies Target for AutoRaids?: <mark style="color:blue;">`/autoraid replies NumberHere`</mark>


---

# 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.furiesmellow0x69.com/raid-bot/autoraid-kols/editor.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.
