> 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/add-and-edit-sms-numbers.md).

# Add & edit SMS numbers

## Add a new SMS number (self-serve)

{% hint style="info" %}
Only relevant to self-serve clients. For other packages, Clickatell does this on your behalf.
{% endhint %}

For [two-way SMS communication](/sms-channel/2-way-sms-communication.md), you need a dedicated number.&#x20;

1. To purchase a new number, go to *My Workspace -> Long Numbers & Short Codes.*
   * Alternatively, you can navigate to *My Workspace -> SMS.*
2. Select *Get Long Number* or *Get Short Code*.&#x20;
3. Follow the prompts to complete the purchase.

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

{% hint style="success" %}
Numbers can also be purchased as part of the [2-way SMS setup integration wizard](/sms-channel/getting-started/add-new-sms-setups-self-serve.md).
{% endhint %}

{% hint style="info" %}
Find more details about adding [short codes](/sms-channel/short-codes.md) and [long numbers](/sms-channel/long-numbers.md).
{% endhint %}

## View and edit SMS numbers

1. Navigate to *My Workspace -> Long Numbers & Short Codes.*&#x20;
2. Select a number from this table to view its details, manage the connected API, and update the subscription linked to this number *(self-serve only)*.

<figure><img src="/files/9HxUP4Jb4MX71KsMm4qf" alt=""><figcaption></figcaption></figure>


---

# 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/add-and-edit-sms-numbers.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.
