# How to post announcements

### Introduction

Usually, teachers use one tool for giving out activities for the class, and another for when they want to announce something to the class.

However, in CodeChum, you can make activities for your students, and even give them announcements, all in one place!

### Steps

To post announcements for your class in CodeChum, follow these steps:

1. Go to your class' **Bulletin** tab.

   <figure><img src="/files/XgeBEDiqFthiemHwQr3w" alt=""><figcaption></figcaption></figure>
2. Click on the **New Post** button on the right portion of the class header, where the class name is also found.&#x20;

   <figure><img src="/files/2FqqHTWf4GKI7k60EtfG" alt=""><figcaption></figcaption></figure>
3. Type everything you need to announce to the class.&#x20;

   <figure><img src="/files/XR7SPzFHWaFDePtOodTS" alt=""><figcaption></figcaption></figure>
4. Once done, click **Post**. This will display the post you just created.

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

And there you have your announcement posted inside your class in CodeChum for your students to see and be informed!


---

# Agent Instructions: 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:

```
GET https://help.codechum.com/teachers/more-features-you-may-want-to-explore/classes-section/how-to-post-announcements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
