> 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/the-nemus-nft/appearance.md).

# Appearance

The first thing you'll notice after minting an NFT is its general appearance, which is similar to a trading card. This is because using a card approach is the easiest way to display a large amount of information, without taking away from its visual aesthetic.

## Card Front

Information you'll find on the front of the card include:

* Geo coordinates (location)&#x20;
* Parcel number (mint/serial number)&#x20;
* Parcel size&#x20;
* Featured artwork&#x20;
* Card tier (reward tier)&#x20;
* Specific border (rarity)&#x20;
* Region and Drop name

Even with a card approach, there is still necessary information that does not fit easily on the front of the card. This information can be viewed within the Nemus application, the card's metadata in a secondary marketplace like OpenSea, or on the back of the card.

## Card Back

The following information is visible on the back of the card:

* Feature categories&#x20;
* Randomly generated flora & fauna selections for each category&#x20;
* Feature sub-categories (types)&#x20;
* Feature rarity

As you read through this section, you'll learn more about each of the above points and what makes the Nemus NFT collectible, unique and useful.


---

# 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.nemus.earth/nemus-docs/nemus-litepaper/the-nemus-nft/appearance.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.
