# Wallet Label

This could be useful if you have a traditional type crypto wallet, full of numbers and letters - not very memorable!

In the example below I’ve changed the default wallet label from the initial wallet name (meteor-wallet-demo) to something more readable, and without hyphens - ‘Meteor Demo’.

Your actual wallet address remains the same as before - in this case, ‘meteor-wallet-demo.near’.

<figure><img src="/files/AWD3Dq1IPxknKq5UVEsZ" alt=""><figcaption></figcaption></figure>

To change your wallet label which is also your Meteor Profile name, head to the Settings section.

<figure><img src="/files/m19VYNdv0YMVNFNrxLxV" alt=""><figcaption></figcaption></figure>

Click your existing name at the top.&#x20;

Enter your profile name (wallet label).

Find out more about [updating your Meteor Profile](/meteor-guides/create-your-meteor-profile-with-near-social-integration.md) and how it synchs with Near Social.


---

# 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.meteorwallet.app/wallet-settings/wallet-label.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.
