# Viewing and Editing Collections

## How can I view my collection?

* Click on the human icon in the top right corner of the site (if you've uploaded an avatar, your image will be there).
* Select the Profile menu item.
* In the personal profile that opens, click the Collections tab.
* Click on the corresponding collection.

On the collection page, you will see **the header** and **the cover art**, if you uploaded them at the time of collection creation. Below that will be who the author is and the unique address of the collection, as well as which blockchain system it was created on.

Below you can see a description as well as statistical information, in particular:

* Highest purchase price;
* Lowest initial price;
* Number of NFTs;
* Number of owners;
* Total income from the entire collection.

## How to edit collection?

Below the statistical information is the <mark style="color:purple;">Edit Collection button</mark>. By clicking on it, you can change the avatar, cover art, description, URL, and add or change the website and social media links.

## Tabbed bar

### Item

This tab shows the cards that you've added to the collection.&#x20;

### Activity

Activity shows interacting with the collection. You can also <mark style="color:purple;">bookmark</mark> or <mark style="color:purple;">report</mark> this collection.

Also there are <mark style="color:purple;">sorting</mark> and <mark style="color:purple;">filter</mark> bars that help you organize the NFTs in the collection so you can find the cards you want.

And the last thing there are cards themselves. Choose postcards that will bring joy to you and your dear people!


---

# 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://guide.cruzo.cards/nft-collection/viewing-and-editing-collections.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.
