> For the complete documentation index, see [llms.txt](https://guides.clickatell.com/sms-channel/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.clickatell.com/sms-channel/getting-started/quick-start-guide-sms.md).

# Quick start guide (SMS)

To use Clickatell's SMS channel, you need to:

1. [Activate SMS](/sms-channel/getting-started/activate-sms-self-serve.md) as a channel in your account. *(self-serve only)*
2. Add a [new SMS setup](/sms-channel/getting-started/add-new-sms-setups-self-serve.md). *(self-serve only)*
   * As part of this step, you must purchase a [short code/long number](/sms-channel/getting-started/add-and-edit-sms-numbers.md).&#x20;
3. Start sending messages:
   1. Via Clickatell's [One API](https://docs.clickatell.com/channels/one-api/one-api-reference/)  or [HTTP API](https://docs.clickatell.com/channels/sms-channels/sms-api-reference/) to send and receive messages directly via SMS.
   2. Via Clickatell's [Chat Flow](https://clickatell.gitbook.io/flow/) and [Chat Desk](https://clickatell.gitbook.io/chat-desk/overview/overview) applications *(*[*Interact* ](https://www.clickatell.com/products/interact/)*or* [*Transact*](https://www.clickatell.com/transact/) *only)*.
   3. You can also use SMS with our Broadcast Messenger tool.

{% hint style="warning" %}
If you plan on using a **US Long Number**, please refer to the [10DLC](/sms-channel/10dlc-regulations-us/what-is-10dlc.md) section of this guide.
{% endhint %}


---

# 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://guides.clickatell.com/sms-channel/getting-started/quick-start-guide-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.
