> 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/how-to-set-schedule-for-broadcasting.md).

# How To Set Schedule For Broadcasting

1. Login to your account via <https://campaigns.kuasa.io/>.
2. Click **Campaigns.**

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

3. Click **Broadcast > New Broadcast.**

<figure><img src="/files/6kMPG9DVhCXXwlE2z3Le" alt=""><figcaption></figcaption></figure>

4. Step 1: Choose between three options for broadcasting your message.\
   \
   Step 2: Enter your campaign name.\
   \
   Step 3: Click **Create New Campaign** button.

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

5. Select any copywriting template that you would like to use.

<figure><img src="/files/12ggq13ozA1nfUnbIh7t" alt=""><figcaption></figcaption></figure>

6. Select your preferred tagging to broadcast, then click **Next** button.

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

7. Click **Schedule** button to schedule your broadcast.

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

8. You may set up your Schedule settings as shown in the picture below. **(Set the&#x20;**<mark style="color:red;">**date**</mark>**&#x20;and&#x20;**<mark style="color:red;">**timing**</mark>**&#x20;to start the broadcast and choose&#x20;**<mark style="color:red;">**ON**</mark>**)**.
9. Click **Send** button if you are ready to broadcast your message!

<figure><img src="/files/e6sPUeHBrL0SDTqMGxak" 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/how-to-set-schedule-for-broadcasting.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.
