# SMS

In this guide i will decribe how to generat accounts or any other uses when phone number is required.

<figure><img src="/files/hWgpTQyB6bs5ZOfe39ew" alt=""><figcaption></figcaption></figure>

* Set the default SMS provider = Select service that fits your needs best.
* SMS timeout = You can now specify your own timer for when the bot should stop waiting for SMS
* SMS poll delay = You can increase this one if you are getting ratelimited by providers for too many sms requested, default is 2500ms.
* Max SMS price = It can be used to set a maximum price for the SMS, it is usually in USD.
* Insert Hero SMS key or any other provider we support.&#x20;
* Now you can generate accounts or do other processes in bot without setuping anything, bot will request sms from website by itself.
* Set the default sms provide.
* Custom sms provider, you need to input the base url and api key, and it gotta follow this specification <https://github.com/IvanBossioP/sms-client-api-description/>

### How it works.

At first you need SMS activate API key. If you do not have provider or you do not know how it works, i will show you. Create account on <https://sms-activate.org/> Top up Credit, you can use stripe and put there money, prices for sms are different on each site. After you have money there, go to API section, click on **generate key** and you will recieve it via email. Copy it and put that key in settings in PanAIO SMS activate.

<figure><img src="https://media.discordapp.net/attachments/998858800368988170/1096358247071498300/image.png?width=1422&#x26;height=701" alt=""><figcaption></figcaption></figure>

* Now you can generate accounts or do other processes in bot without setuping anything, bot will request sms from website by itself.

### SMS-Man

* Register here: <https://sms-man.com/>
* Make sure to add balance (10$ is minimum), once you have created account, top up your balance.
* Go to your profile and there is API key, insert it to the bot and you ready to use.

### SMS-Pool

* Register here: <https://www.smspool.net/>
* Make sure to add some balance, (3$ is minimum)
* Go to <https://www.smspool.net/my/settings> , to copy your API key, insert it to the bot and you ready to use.

#### DaisySMS

* Register here: <https://daisysms.com/>
* Make sure to add some balance, (crypto only)
* Go to API section, there is link to api domain, enable api key and then you just copy and paste in Vetro.

#### SMS-BOWER

* Register here: <https://smsbower.org/>
* Make sure to add some balance, (2,5$ is minimum)
* Go to MORE, API documentation, there is get sms api, there you can see api key.

#### 5SIM&#x20;

* Register here:  <https://5sim.net/>
* Make sure to add some balance.
* Go to profile, get api key and paste it in bot.

#### Grizzly SMS

* Register here: [https://grizzlysms.com/](https://grizzlysms.com/?srsltid=AfmBOorMKB6LIuRChLcrA2QoGu7qiN6iyYrEVZFA6dqTISrnpBjMfys8)
* Make sure to add some balance.
* Go to API, get api key and paste it in bot.

#### onlinesim.io

* Register here: <https://onlinesim.io/>
* Make sure to add some balance, (5$ is minimum)
* Log in to personal account, go to the [Profile](https://onlinesim.io/v2/profile/) and click on **API** tab.&#x20;

  Copy the key from the `API Key` field and add it to your application.


---

# 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.panaio.com/settings/sms.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.
