# How to Op an Player

An operator (OP) is someone who has access to commands that are used in managing the server.

To op an user, use the command:

```
/op <username>
```

Example:

```
/op notch
```

{% hint style="info" %}
If you’re typing this into the console in our panel, make sure to not include “/”.
{% endhint %}


---

# 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://creeper9-flo.gitbook.io/falixnodes-tutorials/minecraft/minecraft-java/how-to-op-an-player.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.
