> For the complete documentation index, see [llms.txt](https://doc1.antgst.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc1.antgst.com/help-center/sms/marketing-sms/sending-queue.md).

# Sending Queue

The Sending Queue page displays all SMS tasks currently being processed or scheduled for delivery. Use it to monitor task status, filter by conditions, and view details.

<figure><img src="https://1063803597-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeMT6j6yprSW9Vl5MB4Oi%2Fuploads%2Fgit-blob-5ee716bddcd0382579dac6020adac48369b2d1ec%2Fimage%20(23).png?alt=media" alt=""><figcaption></figcaption></figure>

#### 1. Screening Conditions (Left Panel)

Use the filters on the left to narrow down your search:

* **Task Type**
  * ✅ Send Now: Tasks sent immediately
  * ⏳ Scheduled Tasks: Tasks set to send at a future time
* **Task ID**: Enter a specific Task ID to locate a task
* **Country**: Filter by sending country
* **Sender Number**: Search by sender phone number

Click **"Query"** to apply filters. Click **"Reset"** to clear all conditions.

#### 2. Task List

The table shows all tasks currently in the queue with the following columns:表格

| Field                | Description                                                 |
| -------------------- | ----------------------------------------------------------- |
| **Task Type**        | Whether the task is "Send Now" or "Scheduled"               |
| **Task ID**          | Unique identifier for tracking and troubleshooting          |
| **Sending Country**  | The target country for the message                          |
| **Sender**           | Sender name (e.g., brand name)                              |
| **Sender Number**    | Phone number used to send the message                       |
| **Message Content**  | Preview of the SMS content (partially masked)               |
| **Billing Quantity** | Number of messages billed (1 per SMS)                       |
| **File Name**        | Name of the number file used (e.g., `test.txt`)             |
| **Operation**        | Click **"View"** to see detailed information about the task |

> ✅ All tasks are queued here before delivery. Once successfully sent, they will move to **Sending Record**.


---

# 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, and the optional `goal` query parameter:

```
GET https://doc1.antgst.com/help-center/sms/marketing-sms/sending-queue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
