> 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/curation-and-fee-sharing/creating-a-curation.md).

# Creating a curation

Starting your curation on Objkt is a simple process, much like setting up a collection, and is open to **everyone** to create:

Make sure your wallet is synced and then click on our profile symbol and then on "create". You will then switch to the "Curation"-tab which will lead you to a user-friendly form, similar to what's used for collection setups:

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

1. **Upload a Logo:** Select and upload a logo that represents your curation. Please ensure the file size does not exceed 1MB.
2. **Name Your Curation:** Choose a name that captures the essence of your collection. This name will be the first thing that draws viewers to your curation.
3. **Describe Your Vision:** Add a description that conveys the theme, mood, or concept of your curation. This is your chance to engage potential viewers with your narrative.
4. **Set Visibility:** Decide on your curation's visibility. You have the flexibility to change this setting later if you wish.
5. **Finalize Your Curation:** Once you're satisfied with the details, click the "Create" button to complete the process.

Your new Curation will be created and you can find it in your Profile under the "Curations" tab:

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


---

# 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.objkt.com/product/product-guides/curation-and-fee-sharing/creating-a-curation.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.
