> For the complete documentation index, see [llms.txt](https://support.caspen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.caspen.com/using-caspen/dashboard/team-noticeboard.md).

# Team noticeboard

## Overview

The Team Noticeboard is your shared communication space for important updates, reminders, and general messages.

It replaces scattered emails and sticky notes with a central feed where every team member can see what’s new and react in real time.

You can:

* **Post announcements** visible to all users.
* **React with emojis** for quick feedback.
* **Flag or edit posts**.
* **Archive messages** you no longer need.

## How to post on the Noticeboard

1. Go to **Dashboard** → **Noticeboard** section.
2. Type your announcement in the text box at the bottom.

Use the toolbar to format your text (bold, italic, etc.).

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

3. Click **Submit** to post your announcement.\
   It will appear immediately on the noticeboard for all users.

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

## How to manage posts

You can edit, flag, react to, and archive posts to keep your Noticeboard organized and useful.

### Post actions

* **Edit:** Update the message content.
* **Flag:** Mark an important post for quick reference.
* **React:** Respond with emojis for quick feedback.
* **Archive:** Remove posts you no longer need. Archived posts disappear from the main feed.

### Edit, flag or archive a post

To manage a post:

1. Click the **three dots** on the post.
2. Select **Flag**, **Edit** or **Archive**.

<figure><img src="/files/IA1eRQhK0qZ6OiCJ6wzo" alt=""><figcaption><p><em>More options menu showing Flag, Edit and Archive.</em></p></figcaption></figure>

### React with emojis

Use emoji reactions to quickly acknowledge updates, celebrate wins, or respond without interrupting your workflow.

Emoji reactions are perfect for remote and busy teams. A quick thumbs-up can let someone know you have seen their update.

<figure><img src="/files/zn4GSB2HTitex7edvYR0" alt=""><figcaption><p>Emoji reactions available on a Noticeboard post.</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://support.caspen.com/using-caspen/dashboard/team-noticeboard.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.
