# Username

We've introduced username to improve your experience on our platform by allowing for easier identification and adding a personal touch to your interactions on Base.meme.

## How do I change my username?

1. Navigate to your Settings
2. Ensure that the Account tab is selected
3. Edit your username
   * Minimum 3 characters
   * Maximum 38 characters
   * No special characters, spaces or symbols
4. Click on “Save”

***

## How can my profile on Base.meme be identified?

There are multiple ways that your account can be identified on Base.meme:

* **Display Name**: This is a way to personalize your profile. It is purely aesthetic and can be anything from a pseudonym to your real name or even just the same as your username.
* **Username**: This is a unique, personalized identifier you can choose to represent your profile.
  * Your profile will be discoverable with @YourUsername
* **Wallet Address**: Your wallet address is a unique identifier starting with “0x” followed by a string of 42 hexadecimal characters.
  * For example 0xEdC703C1Aa50332Bd29A9597F2BE05A2321Ba7Da


---

# 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.base.meme/account/username.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.
