> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/cloudeka_portal_service/broadcast.md).

# Broadcast

This menu is use to view broadcast messages sent by Administrator, containing information related to the Cloudeka Service Portal related to users.

* Click the **Broadcast** tab to view the recent broadcast messages.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfhi5qxQaAR0ligBKdyZJePcUfcR2cdo_0IeJeEnN6HLZmbjnBqpf9EBL4rCq3GKI7w_nUyfxDcjSHI9-_SHdf-Yl_Ajo8kgvZKD2yhhWetk1n7REFI82wnysHK-au4TqK0cliPReaOUE7ugTXmDEO-tf_6OtsPeH7TOZORyQ?key=SQlSPxTu1dnOuZXmzhnn_Q" alt=""><figcaption><p>Menu Broadcast</p></figcaption></figure>

* There will appear the broadcast messages, it's at the top of the list. Then, click the broadcast message you want to see.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXetkPKS-lHNnV64J4DCAYTINq6dJfAp3iP7-wWrJ3C4cj7DfLXQ62XpL4RiiKkqAm6Gei3ERv9U5VxZttT6VSRS4fO2IrvW8M5SzDeYzA0E2_FcnMWbE1veH5hDUw3mFWgNMGOopNb2h4Cqt29QgpsJVBr3HVkQTlg-z1zM?key=SQlSPxTu1dnOuZXmzhnn_Q" alt=""><figcaption><p>Broadcast List</p></figcaption></figure>

* The detail of the broadcast message will be displayed, click the **Back** button to redirect to the previous page.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXehF4Wc1weLqsTAU-0EzRqedDj5D21lseIiUrsscLeIqCv2cJ-KQO5f1D9vwE0uTin9oiSaKtoSJ36J1Xda8qZlgKc13C9l2-5OUXHZ_UjVJb1_D3WHxz4E1xz2tfBC7OAfniNeQNwAT0ern_NvCaxkrgMVJmlTlQIEhAWxHw?key=SQlSPxTu1dnOuZXmzhnn_Q" alt=""><figcaption><p>Broadcast Content</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.cloudeka.id/cloudeka_portal_service/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.
