> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.3.0-id/marketing/notification/create-notification/send-or-schedule.md).

# Send or Schedule

Setelah Anda selesai mengonfigurasi isi pesan notification, langkah berikutnya adalah menentukan waktu pengirimannya. Terdapat dua opsi yang dapat dipilih, yaitu **Send now**, yang berarti pesan akan langsung dikirim saat itu juga, dan **Schedule**, yang memungkinkan Anda untuk mengatur waktu tertentu untuk pengiriman broadcast, seperti yang ditunjukkan pada gambar di bawah ini.

<figure><img src="/files/RH5Yjqhszri6QRbU2LIu" alt=""><figcaption><p>Send or Schedule Notification</p></figcaption></figure>

Jika Anda ingin broadcast langsung dikirim saat itu juga maka pilih opsi **Send Now** pada field Sending Options kemudian klik tombol **'Send Now'** pada pojok kanan atas halaman maka pesan notification akan langsung dikirim seperti pada gambar dibawah ini.

<figure><img src="/files/Z4ks6uWwhozeKS7S5Yw4" alt=""><figcaption><p>Send Now Notification</p></figcaption></figure>

Jika Anda ingin menjadwalkan notification untuk dikirim pada waktu tertentu maka pilih opsi **Schedule** pada field Sending Options, pilih Date dan Time seperti gambar dibawah ini.&#x20;

<figure><img src="/files/1egPOpQw4M8PnGEct3JD" alt=""><figcaption><p>Set Date and Time</p></figcaption></figure>

Kemudian klik tombol **'Schedule'** pada pojok kanan atas halaman maka pesan notification akan langsung terbuat dan menunjukkan notification seperti pada gambar dibawah ini.

<figure><img src="/files/VjTaJp7QBT0cJwpuZwqW" alt=""><figcaption><p>Schedule Notification</p></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://docs.3dolphins.ai/5.3.0-id/marketing/notification/create-notification/send-or-schedule.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.
