> For the complete documentation index, see [llms.txt](https://moss-6.gitbook.io/moss/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moss-6.gitbook.io/moss/offerings/content-management-system.md).

# Content Management System

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

**The Moss Platform** offers developers a dynamic suite of tools and features, akin to social media, for crafting, publishing, and managing content with unparalleled ease. Whether it's important announcements, engaging articles, or any other form of communication, **Moss** provides a one-stop solution to ensure your message resonates with your audience.

**Create**:

* **Versatile Text Editor**: Utilize a robust text editor that supports a wide array of formatting options, including tables, images, and links. Craft your message with precision and creativity to capture your audience's attention.
* **Drafts Saving**: Work on your content at your own pace. Save drafts of unfinished articles or announcements and return to them when you're ready to finalize your thoughts.

**Publish**:

* **Homepage Display**: Share your polished articles or announcements directly on your project's homepage. Customize the look and feel of your posts with features like header images and summaries to attract and engage readers.
* **Article Management**: Organize and manage your published content with ease. Sort through your articles, view relevant operational data, and keep your content strategy on track.

**Push**:

* **Targeted Message Delivery**: Employ the Message Push feature to deliver your completed notifications directly to all subscribers or only those with specific labels. Ensure your target audience receives and engages with every piece of vital information.

**Delete**:

* **Content Control**: Maintain the relevance and quality of your content. Easily remove outdated or unwanted notifications and articles, keeping your content fresh and your audience engaged.

**The Moss Platform** transforms the way developers communicate and engage with their audience, combining the ease of social media with the precision of targeted messaging. With our publishing tools, you're equipped to create, share, and manage your content effectively, ensuring your message is not just heard but also felt.


---

# 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://moss-6.gitbook.io/moss/offerings/content-management-system.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.
