# Deck

<figure><img src="https://635046935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeQ1BZ5kgejNRvepfBcAz%2Fuploads%2FkgUxJ0vb17aOxrkAZB48%2Fimage.png?alt=media&#x26;token=c7b6379d-4337-437d-a006-8c0dda21e84f" alt=""><figcaption></figcaption></figure>

### Starter Pack

At the top of the Deck page is the *Starter Pack* section. It is from here that a user may mint a starter pack, granting them seven random monsters from the first level of cards. Randomness is generated through a Chainlink VRF request issued for every pack sold, with part of its purchase price being used to fund subscription. Purchasing a starter pack is the only way to mint the first level of Agnosia cards into existence.

### Deck Details

The Deck Details area displays all of a user's owned cards of a specified level, in alphabetical order. By clicking on a particular card's title, users may interact with multiple cards at once using the selection boxes. Highlighting a monster will display its match statistics and clear the Ascend button for use. Uploading cards makes them available to be added to your hand, while downloading brings them back to the deck. Brewing cards will burn them forever in exchange for a permanent weight in the [Cauldron](https://docs.agnosia.gg/cauldron)\*, while the sacrifice function allows a user to select cards to be burned in exchange for weight in the [Conjure application](https://docs.agnosia.gg/conjure).

### Ascension

In Agnosia version 1.0, the only way for monsters of a higher level to be minted into existence is through Ascension. In order to ascend to a higher level, a user must first own at least one of all eleven available monsters of a particular level. Cards can be added to Ascension slots by being highlighted before an Ascension slot is clicked. Prior to Ascending, users must be aware that all cards offered up for a successful Ascension will be burned and replaced with **one** freshly minted, randomly selected monster from the level above. The *Open pack* button will be enabled after a successful ascension and must be clicked in order to claim the ascended card.

\*Cauldron weight carries over into the Gateway weight calculation


---

# 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.agnosia.gg/deck.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.
