> For the complete documentation index, see [llms.txt](https://docs.tokenscan.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tokenscan.app/raidar/start-raidar/as-group-admin/how-to-queue-tweets.md).

# How to queue tweets

To add tweets link to the queue, use the command: \
\&#xNAN;**/next \<LINK> Likes, Reposts, Comments, Views, Bookmarks**&#x20;

> **Example**: \
> /next <https://x.com/Raidar/status/1822599876040954360> 80,65,40,500,70

{% hint style="info" %}
You can load up to 10 links to raid! (and 20 with Raidar Pro)
{% endhint %}

{% columns %}
{% column valign="middle" %}
The command **/next**, used alone shows the queued links

{% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/sFGkuqZWsBD1K1wTZMx2" alt="Sample tweet queue"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## **Delete a queued link:**

Simply enter **/delnext #**

Where **"#" is tweet's position** **in the queue**&#x20;

> **Example**: /delnext 4 will delete the fourth queued link.

{% hint style="info" %}
To remove the complete queue list, use the command **/clearnext**
{% endhint %}

## **Prioritize a queued raid**:

Use **/setnext + link + targets** to move a raid to the front of the queue. It will run as soon as the current raid finishes.

> **Example**: /setnext <https://x.com/Raidar/status/1875208811901837509?s=46> 50,20,40

## **Swap two raids in the queue:**

Use **/switchnext # #**, replacing each **#** with the positions you want to swap.

> **Example**: /switchnext 8 3: the third tweet will become eighth, and vice versa


---

# 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.tokenscan.app/raidar/start-raidar/as-group-admin/how-to-queue-tweets.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.
