# Text & number

- [Random text](https://docs.gpmautomate.com/no-code-automation/text-and-number/random-text.md): Tạo một chuỗi ký tự ngẫu nhiên, độ dài của chuỗi được đặt bởi Text Length.
- [Split text](https://docs.gpmautomate.com/no-code-automation/text-and-number/split-text.md): Cắt chuỗi thành một mảng ký tự.
- [Read json](https://docs.gpmautomate.com/no-code-automation/text-and-number/read-json.md): Đọc và phân tích dữ liệu từ định dạng JSON.
- [Regex](https://docs.gpmautomate.com/no-code-automation/text-and-number/regex.md): Regex là cách viết mẫu để tìm hoặc tách thông tin trong văn bản một cách chính xác và tự động.
- [Random number](https://docs.gpmautomate.com/no-code-automation/text-and-number/random-number.md): Tạo một số ngẫu nhiên nằm trong khoảng Min, Max.
- [Math execute](https://docs.gpmautomate.com/no-code-automation/text-and-number/math-execute.md): Thực thi phép toán số học như cộng, trừ, nhân, chia,...
- [2FA code](https://docs.gpmautomate.com/no-code-automation/text-and-number/2fa-code.md): Lấy mã 2FA code nhanh chóng, chỉ cần điền Secret Key.


---

# 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.gpmautomate.com/no-code-automation/text-and-number.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.
