> 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/manage-your-lands-in-coderblock-studio/your-properties.md).

# Your properties

Your lands are certified properties, and the Metamask wallet is the guarantor that allows you to manage them within Coderblock.&#x20;

Once you are logged into the platform, click on "**My Properties**" in the left sidebar.&#x20;

A message will invite you to connect the wallet: click on the button (<mark style="color:green;">**1**</mark>) and **the extension will open** to ask for permission to connect.

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

Click on **Next** (<mark style="color:green;">**2**</mark>) and right after on **Connect** (<mark style="color:green;">**3**</mark>).

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

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

Now that the wallet is connected, you have an overview of all your properties.

From this view, you can access the individual parcels or the management tools to create an estate (a consolidated parcel consisting of several adjoining parcels), put it up for rent, manage it, or sell it. We will talk about this later.

**Lands are displayed by default with a&#x20;**<mark style="color:green;">**thumbnail**</mark>**&#x20;showing their location, a&#x20;**<mark style="color:green;">**name**</mark>**&#x20;showing their coordinates, and a default&#x20;**<mark style="color:green;">**description**</mark>**.**

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

Click on a land to customize it.


---

# 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/manage-your-lands-in-coderblock-studio/your-properties.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.
