# How does moderation work?

### Thread Moderation

Users can moderate their own thread by adjusting who can reply to their post. By default, a post is *unmoderated* and anyone can reply. To change moderation setting, click on **Show reply from everyone**

![](/files/tJAZRhY5XXpCq77CP22A)

You should see four different moderation settings:

* **Show reply from everyone**: anyone can comments on your post
* **Hide replies that you blocked**: users who are blocked by OP cannot reply. If OP blocks a specific reply, such reply will be hidden away from everyone's default views
* **Show replies that you followed or liked**: only users followed by OP can make a reply. If OP likes a specific reply when reviewing unmoderated view, such reply will appear on everyone's default views
* **Show replies from people you mentioned**: only users mentioned on the original post can reply to the thread. OP can also show/hide reply from default views by liking or blocking specific replies.

Thread moderations are only applied locally. Any users can choose to ignore the OP's moderation policy by opting into an unmoderated view.

![](/files/LRaWwh5utNs2u5wPIrW4) ![](/files/0Gzz9SfLamV15npVPwMl)

### Global Moderation

At the node level, each [autismd](https://github.com/autism-org/autismd) node can filter out contents from API response by setting a list of addresses, representing the list of global moderators whose combined list of blocked users will become the banlist for the node.

This allows node operators to apply any moderation policy as they choose without affect other nodes in the network.


---

# Agent Instructions: 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:

```
GET https://docs.zkitter.com/faqs/how-does-moderation-work.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
