# Guides

- [Trait Templates](https://docs.playground.ooo/degen-engine/guides/trait-templates.md): Trait Templates are JSON files that encompass a collection of traits, which can be recorded on the blockchain, and mapped to Non-Fungible Tokens (NFTs).
- [Create a New Trait Template](https://docs.playground.ooo/degen-engine/guides/trait-templates/create-a-new-trait-template.md)
- [Adding Media to Trait Templates](https://docs.playground.ooo/degen-engine/guides/trait-templates/create-a-new-trait-template/adding-media-to-trait-templates.md): When minting traits, each trait can have a media asset such as an image. In this guide, we will provide instructions on preparing image URLs for traits to be minted to collections.
- [Setting Render Order for Traits](https://docs.playground.ooo/degen-engine/guides/trait-templates/create-a-new-trait-template/setting-render-order-for-traits.md): Render Order is a crucial aspect of Trait management, as it defines the sequence in which Traits are rendered. The order directly influences the overall image or media asset composition.
- [Get Started With a Pre-Made Trait Template](https://docs.playground.ooo/degen-engine/guides/trait-templates/get-started-with-a-pre-made-trait-template.md)
- [Access Passes](https://docs.playground.ooo/degen-engine/guides/trait-templates/get-started-with-a-pre-made-trait-template/access-passes.md)
- [Achievement Badges](https://docs.playground.ooo/degen-engine/guides/trait-templates/get-started-with-a-pre-made-trait-template/achievement-badges.md)
- [Minting New Traits](https://docs.playground.ooo/degen-engine/guides/minting-new-traits.md): Minting Traits is a highly privileged process that enables collection admin or authorized users to add new traits to NFTs.
- [Trait Minting Flows](https://docs.playground.ooo/degen-engine/guides/minting-new-traits/trait-minting-flows.md): When minting new traits, collection administrators can choose between two different flows for assigning the traits to NFTs:
- [Gas Fee Options for Trait Minting](https://docs.playground.ooo/degen-engine/guides/minting-new-traits/gas-fee-options-for-trait-minting.md): When minting new traits, collection administrators have the option to choose between two options for handling gas fees associated with minting the traits to NFTs.
- [Migrating Metadata for Existing NFT Collections](https://docs.playground.ooo/degen-engine/guides/migrating-metadata-for-existing-nft-collections.md)
- [Updating the BaseURI](https://docs.playground.ooo/degen-engine/guides/migrating-metadata-for-existing-nft-collections/updating-the-baseuri.md)


---

# 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.playground.ooo/degen-engine/guides.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.
