> For the complete documentation index, see [llms.txt](https://docs.objkt.com/product/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.objkt.com/product/product-guides/creating-a-profile.md).

# Editing your objkt profile

{% hint style="info" %}
**Your profile is important.** Whether you're a creator or collector, your profile doubles as your portfolio, so take the time to make sure it's up to date and represents your work well.&#x20;
{% endhint %}

#### Setting up your profile on objkt

First, make sure you're logged in. To sign up and get a wallet, check out [Wallet](/product/fundamentals/getting-started/wallet.md)\
To edit your profile: click on the profile icon on the top-right corner, hit **Profile**, and you will be forwarded to your profile page.&#x20;

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

Now, click on the pen icon to access the profile editing page:

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

Here you can upload a profile picture and insert your name, a profile description, and a link to your personal webpage.

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

After you made your entries, please don't forget to click on "Update Profile" so that everything is saved.

{% hint style="warning" %}
It may take some time for your profile to appear or update on objkt. Our indexer usually picks up changes quickly, but in some cases, it can take up to 30–60 minutes.
{% endhint %}


---

# 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:

```
GET https://docs.objkt.com/product/product-guides/creating-a-profile.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.
