# Server

## /server icon

Shows the servers icon.

```
/server icon
```

## /server emojis

Shows all the emojis from the server.

```
/server emojis
```

## /server info

Shows information about the server.

{% hint style="warning" %}
The bot needs Ban Members and Manage Server permissions to display the amount of banned members and show the amount of invites.
{% endhint %}

```
/server info
```

## /server lock

Lock your server down.

Following permissions for the @everyone role are going to set to **disabled**:

* Create Threads (public and private)
* Use Application Commands
* Send Messages
* Add Reactions

After using this command, no one will be able to do above mentioned things unless they have a role which overrides this, for example a moderator role. If you've set these permissions to every role, this command will not work as expected.

{% hint style="warning" %}
Author and bot require Manage Role permission.
{% endhint %}

```
/server lock
```

## /server unlock

Removes an applied lockdown.

Following permissions for the @everyone role are going to set to **enabled**:

* Send Messages
* Add Reactions

The other permissions **must** be set manually. The bot will remove some more permissions than granting them, as not every server has the same basic permission setup.

{% hint style="warning" %}
Author and bot require Manage Role permission.
{% endhint %}

```
/server unlock
```


---

# 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.managebot.xyz/command-categories/server.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.
