# Introduction

Items can be used in Carda Station to gain different effects and advantages including additional abilities, access to certain areas or decorative accessories.&#x20;

All items are stored in the blockchain and can only be used once a wallet is connected to your account.

With the goal of interoperability in mind, Carda Station implements inventory items that are created by external projects as well.

### Supply of Inventory Items

Inventory items have different maximum supply which in turn give them different rarities. Generally, lower supply means they come with better features compared to items with higher supply. The rarity system is as follows.

| Rarity    | Max Supply |
| --------- | ---------- |
| Common    | 100,000    |
| Uncommon  | 10,000     |
| Rare      | 1,000      |
| Epic      | 250        |
| Legendary | 100        |
| Fabled    | 10         |
| Astral    | 1          |


---

# 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://docs.cardastation.com/home/inventory/introduction.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.
