> For the complete documentation index, see [llms.txt](https://docs.nemus.earth/nemus-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nemus.earth/nemus-docs/nemus-litepaper/nemus-technology/the-nemus-web-application/managing-an-nft-collection.md).

# Managing an NFT Collection

Once a Guardian has minted their NFT(s) they will be able to view their collection within their “backpack” inside of the application. Within their backpack they will be able to select whether to place an NFT, or group of NFTs, into conservation or exploration mode. These are explained further in the [DeFi and game mechanics](/nemus-docs/nemus-litepaper/defi-and-game-mechanics.md) section of the litepaper.

They will also have access to a “journal,” which serves as a sort of field guide or adventurer’s log for the Guardian. It is here that they will be able to collect additional rewards, unlock unique titles, and complete their collection by claiming new NFTs once Nemus game mechanics are released.


---

# 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.nemus.earth/nemus-docs/nemus-litepaper/nemus-technology/the-nemus-web-application/managing-an-nft-collection.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.
