> For the complete documentation index, see [llms.txt](https://documentation.swing2app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.swing2app.com/manual/appmanage/board/down.md).

# Download Posts

![](https://support.swing2app.com/wp-content/uploads/2019/05/posts_download.png)

**How to use post-management \[Post]**

We will show you how to use the \[Download Post] function in the post-management.

**If you use \[Post], you can download the bulletin written on the bulletin board and save it as an Excel file.**

**If you need to save and operate the posts created in the app, or if you need to collect data, please use \[Post].**

### <mark style="color:blue;">**01. Post download function**</mark>

1. Go to **Manager** and select **Posts.**
2. Click on the **list view** so that you can select multiple posts easily.
3. Click on **Download.**
4. Click **OK.**

![](https://support.swing2app.com/wp-content/uploads/2019/12/rty.png)

### <mark style="color:blue;">**02. Post-Download Excel File**</mark>

**If you open the downloaded Excel file, you can check the data stored in the post.**

![](https://support.swing2app.com/wp-content/uploads/2019/05/post-download-3-1.png)

<mark style="color:orange;">**\*Post download Excel file \[Post Title, Post Content, Views, Comments, Likes, Author, Date Created, Edited Date] is provided.**</mark>

<mark style="color:red;">**\[Guide]**</mark>

1. Posts can’t download the entire post at once, and you can download up to 100.
2. When you download a post, images stored in the post will not be downloaded. (Only text is downloaded)


---

# 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://documentation.swing2app.com/manual/appmanage/board/down.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.
