# Prefix

{% tabs %}
{% tab title="Aliases" %}
px
{% endtab %}

{% tab title="Cooldown" %}
10 seconds.
{% endtab %}

{% tab title="Permissions" %}

* `Administrator:` The discord user running this command must have admin rights to change the server prefix.&#x20;
  {% endtab %}

{% tab title="Requirements" %}

* `VIEW_CHANNEL:` Nyaru should be able to view the command channel.
* `SEND_MESSAGES:` Nyaru should be able to send messages.
* `EMBED_LINKS:` Nyaru should be able to send embeds in the command channel.
  {% endtab %}
  {% endtabs %}

{% hint style="warning" %}
The prefix character length must be less than or equal to 10 letters! We do not allow more than this because it can cause chaos in your server!
{% endhint %}

## Usage

`@Nyaru prefix {New Prefix}`

`/prefix new_prefix:{New Prefix}`&#x20;

## Example

To change your server's prefix to `!`

`@Nyaru prefix !`

`/prefix new_prefix:!`&#x20;


---

# 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.nyaru.xyz/settings/prefix.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.
