> 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/block-posts.md).

# Block posts

Post blocking is a bulletin board option function that prevents all articles written by the user from being exposed along with the blocked article.

It is not visible only to the blocked user, and it differs from the reporting function in that the text is exposed to other users.

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

![](https://support.swing2app.com/wp-content/uploads/2021/10/IMG-1.png)

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

### <mark style="color:blue;">Blocking posts</mark>

<div align="left"><figure><img src="/files/kMBUgcDJkUnjv10ZyevP" alt=""><figcaption></figcaption></figure></div>

If you look at the top right of the bulletin board – post detail view, there is an icon marked with three dots.

Select ‘Block’ by selecting the corresponding icon.\\

![](https://support.swing2app.com/wp-content/uploads/2021/10/img-3.png)

When you choose to block, you get a message that says “Do you want to block the user’s post?”

Select OK to complete.

**If you block the text like this, the text will be deleted immediately and will not appear to the user who blocked it.**

**In addition, all articles written by blocked users are also set to be invisible.**

Blocking can be used when you don’t want to see a particular user’s writing,

Since the text is not exposed only to the blocked user, it is different from the reporting function in which the text is deleted to all users.

[**▶Go to see the manual for reporting posts**](/manual/appmanage/board/report-post.md)


---

# 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/block-posts.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.
