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

# SMS

## Setup

Navigate to Phone & SMS under "Communications" in your settings.&#x20;

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

#### Connecting your phone number

You have two options for setting up SMS:

**Option 1: Provision a new number with Pylon**

1. Click "Add Phone Number" in the Phone & SMS settings
2. Select a new phone number from available options and hit continue&#x20;

**Option 2: Port an existing number to Pylon**

1. Click "Add Phone Number" in the Phone & SMS settings
2. Complete Business details, upload billing statement, carrier details and service address sections
3. Authorize port

## How it works

Conversations from SMS will automatically create issues in Pylon. All Pylon features can then be used to manage these issues. SMS issues can be identified by setting the Issue Source filter or visually by the SMS logo on issues.

**10DLC Compliance:** To send SMS messages in the U.S., you'll need to complete 10DLC registration through the "Carrier registration" tab in Pylon, which verifies your business identity and messaging use case with carriers. The registration process takes 5-7 business days and is handled automatically through our partners. See detailed instructions [here](https://app.usepylon.com/docs/14c7c0d2-60a2-4541-b400-8bba89f443ed/articles/9ed902a7-9a91-4781-9c92-d54fce36a01d).&#x20;


---

# 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.usepylon.com/pylon-docs/integrations/chat/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.
