> ## Documentation Index
> Fetch the complete documentation index at: https://docs.borntocraftstudio.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Rename Profile Action

> Change character name.

The **Rename Profile Action** changes the display name of a specific profile.

## Configuration

<ResponseField name="profileId" type="String" required>
  ID of the profile to rename.
</ResponseField>

<ResponseField name="newName" type="String" required>
  The new display name.
</ResponseField>

<CodeGroup>
  ```yaml Example theme={null}
  action:
    type: rename_profile_action
    profileId: "%typewriter_profile_active_id%"
    newName: "Gandalf"
  ```
</CodeGroup>
