# How to receive SMS?

{% hint style="info" %}
You need to [configure phone number](/picosms/how-to/how-to-configure-number.md) and [assign to a customer](/picosms/how-to/how-to-configure-number.md#step-2) to receive SMS
{% endhint %}

You will need to setup your webhook to receive SMS into the application.

If you don't know how to setup webhook please ask your sms gateway provider or send us an email at <support@picotech.com.bd>

**Webhook Method is POST**

| Gateway    | Webhook URL                       |
| ---------- | --------------------------------- |
| Signalwire | //{your\_host}/inbound/signalwire |
| Twilio     | //{your\_host}/inbound/twilio     |
| Nexmo      | //{your\_host}/inbound/nexmo      |
| Telnyx     | //{your\_host}/inbound/telnyx     |
| Plivo      | //{your\_host}/inbound/plivo      |


---

# 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://picotech.gitbook.io/picosms/how-to/how-to-receive-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.
