# Moderation

social.plus’s customer-centric nature ensures that security needs are kept at the forefront of the work we do. Our purpose has been to continuously develop features that are safe and ready to use. We power our moderators with tools to control and impose permissions that make their applications a safer place, for all users. We put the utmost importance on giving power to our clients to implement protocols that keep their applications healthy, safe, and compliant.

{% hint style="info" %}

1. The channel creator is automatically assigned as the channel moderator.
2. The previous/last moderator is not allowed to leave a community and an error is displayed.
3. The channel moderator can promote a user/member to a moderator.
4. The channel moderator can demote a moderator to a user/member.

This applies only to Live and Community channels’. This does not apply to the Conversation Channel.
{% endhint %}

`ChannelModeration` class provides various methods to moderate the users present in the channel. You can ban/unban users, assign roles, or remove them from a user.


---

# 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.social.plus/social-plus-sdk/chat/moderation.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.
