> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-campaigns/broadcast/first-sms-broadcast.md).

# First SMS Broadcast

### What is an SMS Brand?&#x20;

What is an SMS Brand? SMS Brand will be used in SMS Broadcast as a marker of who sent the message. In the example below, this message is sent by an online store called E-COOKIES.CO. You can use your business name instead.

<figure><img src="/files/H1Mq4Wmi0AxnV93D6H3I" alt="" width="563"><figcaption></figcaption></figure>

1. Please follow the setup methods below. Login to your account via [**https://campaigns.kuasa.io/**](https://campaigns.kuasa.io/)**.**
2. Click **Campaigns.**

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

3. Click **Settings**.

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

4. Click **SMS Broadcast**, put a name for the broadcast, and **Create New Campaign**.

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

5. You have the choice of using the offered templates or adding your own copywriting. You can use your own copywriting by selecting **Add Copywriting** in the first stage.

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

6. Write the template name, content for your Broadcast message, category (optional), and click **Add New**.

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

7. Scroll down and click **Select** on the template you just added.

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

8. Select the contact list or tagging for your broadcast, and click **Next**.

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

9. You may check the precision of the sentence that will be broadcast here. If it's correct, continue on to the next step; if not, just update your statement by clicking the box next to **Message Text**. Then, choose the **Provider.**
10. If everything is good, click **Send** to begin broadcasting to your contact list. If not, simply select **Leave** to end the SMS Broadcast.

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

11. Congratulations! Your first SMS Broadcast has been set up successfully.

<figure><img src="/files/vZIjlaChF0xQJgF9r0K0" 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://tutorials.kuasa.io/getting-started/kuasa-campaigns/broadcast/first-sms-broadcast.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.
