> For the complete documentation index, see [llms.txt](https://docs-en.coderblock.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.coderblock.com/coderblock-lands/landowner-onboarding/associate-your-lands-to-your-wallet/confirm-wallet-creation.md).

# Confirm wallet creation

<figure><img src="/files/jyXbLsB9ALBaH9BQ35Op" alt="" width="375"><figcaption></figcaption></figure>

You have successfully created a wallet. Click on the "**Done!**" button.

<figure><img src="/files/IlMoB8cXg09TdM4qJCle" alt="" width="375"><figcaption></figcaption></figure>

We have already mentioned the **puzzle icon**: click it to manage your extensions.

<figure><img src="/files/eAXZxlTdeTIn1lYbxq77" alt="" width="375"><figcaption></figcaption></figure>

Follow the instructions to pin the Metamask extension to your Favourites bar. This way, it will appear in the top right corner of your browser, making it easier to access and grant permissions as needed.

### Metamask updates

The new version of Metamask introduces some security enhancements and auto-detection features for our token and NFT assets.

<figure><img src="/files/ISwqyg9UJa8EtbJYK1GB" alt="" width="375"><figcaption></figcaption></figure>

Clicking on '**Enable security alerts**' or '**Enable NFT auto detection**' will take you to the settings screen.

Enable all options to access the new features.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs-en.coderblock.com/coderblock-lands/landowner-onboarding/associate-your-lands-to-your-wallet/confirm-wallet-creation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
