# Change Member Nickname

**Introduction**&#x20;

This step is designed to update the nickname of a specific member in a Discord guild.

**Configuration**

1. **Guild**: The guild where the nickname change will occur. This field is required to ensure that the action is targeted correctly.
2. **User**: The user whose nickname will be changed. This field is required to specify the member affected by this step.
3. **Nickname**: Set the new nickname for the member. The nickname must be up to 32 characters and can include alphanumeric characters and spaces. Ensure it adheres to the regular expression `^[a-zA-Z0-9 ]+$`.

**Usage**&#x20;

Ideal for adjusting member nicknames for reasons such as role designation, special acknowledgments, or personal preference within a guild.

**Permissions**

* Requires the "Manage Nicknames" permission to change the nicknames of members.


---

# 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.flexy.bot/modules/discord/steps/change-member-nickname.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.
