> For the complete documentation index, see [llms.txt](https://help.steeple.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.steeple.com/en/news/application-news.md).

# News app — Create and manage posts

### Overview

**News** is the organization's publication management and news feed application. It allows you to create, schedule, pin, and organize publications into sections (categories).

### Main features

#### Drafts

* Create publication drafts to prepare them before publishing
* Edit and delete existing drafts
* Share a draft with other users as a template
* Access drafts shared by others in the "Shared with" tab

#### Publications

* Publish immediately or schedule a publication for a future date/time
* Pin a publication at the top of a section (with expiration date)
* Attach media (images, videos, PDF) to a publication
* Add a poll (multiple choice, anonymous or not)
* Request a read receipt and track who has confirmed reading the publication
* Generate text and images with the integrated AI assistant
* Preview an external link in the publication

#### Sections (publication categories)

* Create, edit, and delete sections
* Set a cover image and description for each section
* Manage contributors (users and communities allowed to publish)
* Configure the alert frequency per section
* Filter sections by community or audience

#### Inspiration (Ideas)

* Browse a library of publication ideas
* Search for ideas by category or keyword
* Some ideas are generated by AI
* Use an idea as a starting point for a publication

### Administration features

The following features require the manager role:

* **Publications** : view all publications with their statistics (views, likes, comments)
* **Scheduled publications** : view and manage scheduled publications
* **Pinned publications** : manage featured publications, unpin them
* **Settings** : configure who can manage sections, control access to Inspiration, configure alert frequency

### Navigation

The News app is accessible from Steeple's main menu. The menu sections are:

* **Sections** : homepage with all sections
* **Drafts** : list of their personal drafts
* **Shared with** : drafts shared by others
* **Inspiration** : idea library

### What the assistant can do

The assistant can hide or show the News app (called "feeds" in the API).

For managing publications, sections, and drafts, guide the user to the News app.


---

# 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://help.steeple.com/en/news/application-news.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.
