# Create Your Account

## Module Overview

In order to get started with Truffle, you will need to create a Truffle Account. This will provide you access to all of the Truffle utilities including but not limited to:

* Creation of Random Mints
* Creation of Editions & 1/1s
* Creation of Mint Pages

## Walkthrough:

1. Go to [truffle.wtf](https://truffle.wtf) and click "sign-in" to connect your wallet.
2. Confirm the Wallet Prompt when it appears.
3. After confirming the wallet prompt, click "Enter Truffle", to enter the product.


---

# 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.truffle.wtf/truffle-help-center/knowledge-base/create-your-account.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.
