> 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/otp-sms.md).

# OTP SMS

### How to Use OTP SMS

The **OTP SMS** feature allows you to send one-time verification codes via SMS for user authentication, account recovery, or secure access control. Follow the steps below to use this function.

#### 1. Where to Find It

From the **Basic Resource Center**, locate and click on:\
👉 **SMS** (icon with a speech bubble)Then, in the left sidebar menu, select:\
👉 **OTP SMS**

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

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

#### 2. How to Use It

Once you're in the OTP SMS section:

1. Click the **"Send SMS"** button
2. Fill in the required fields:
   * **Recipient Number**: Enter the mobile number (with country code)
   * **Content**: The message content will be auto-generated based on your template
3. Click **"Send"** to deliver the OTP

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

> ✅ After sending, the record will appear in the **Sending Record** table, showing details like:
>
> * Sender & recipient numbers
> * Sending time
> * Status (success/failure)

You can also filter records using the **Screening Condition** panel to search by sender, country, or date range.


---

# 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/otp-sms.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.
