> For the complete documentation index, see [llms.txt](https://docs.didforsale.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didforsale.com/didforsale-portal/phone-numbers/sms.md).

# SMS Groups

You  can send SMS, choose a DID action like enable SMS, disable SMS, update SMS forwarding and set SMS configuration. Here you can enable SMS, disable SMS and Update SMS forwarding. Let us see how these three features can be added :

![](https://lh6.googleusercontent.com/CXjqD2PDPq2G8qhTJYdiHpkkpdosV7osl6GVAvXJo6MSVO9Dwijb8E-UgEkfCTqz1lRuYIOq9Iq0Ox_GY8gPpB7Lc0HB0te8exU0Ip7Z3knTLyGA81ZaTwJtv9kybGMHHl4o768E)

* **Enable SMS:**

1. Select the DID to which you want to enable SMS.
2. From "Choose A DID Action" drop down select  "Enable SMS" and hit Apply.
3. This will submit a request to enable the service on DID.

Note: It may take 24-48 hours maximum to activate the service.<br>

* **Send SMS:** This Tab allows you to send SMS from the DIDs on which SMS is enable&#x64;**.**

![](https://lh3.googleusercontent.com/eLyvcM9-0eJu8RAlwJlmo914lklqw7YoX6ewl4iLSPqdZi10gtXtXcQoJy4AY-KBi0jVWjcnfxUU0OIKm5ATdtjhAUhqREvRp1cwluzC8LqBCgIpL7byLtxitLaHt11sLBu6lBmw)

* **FROM:** Select the DID number from Drop down.
* **TO:** Enter the number to which you want to send the SMS.
* **MESSAGE:** Type the message to be sent.

![](https://lh5.googleusercontent.com/Z-Tq3rs4Y9_xM94nYrjzMg9JtmIZqXb-KQdM8-2-FmYvxZBs2y-bGy5ktyPMSl-3zzyMAB5XaRupjk8MjDG1nv0ajjhiNodklomeQRrne_CbzYF-7KDRGVgd0G1o6bNRWaEIrG5x)

* **SMS Forwarding:**

Once you Choose the DID number that you want to update SMS forwarding on and click on Apply. On this screen you will update the URL. You can choose from one of the three available options.

1. Forward SMS to phone number: Here SMS can be forwarded to the DIDs in your account for which SMS is enabled.(11 digit)
2. Forward SMS to email: Enter the email-address to which you want to forward the SMS to.
3. Select HTTP URL for SMS Forwarding to your API: Enter the URL to which you want to receive the SMS.


---

# 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://docs.didforsale.com/didforsale-portal/phone-numbers/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.
