# Accessing the Creator Interface

Because we’re a Web3 platform, access is not done through the traditional username/password format - instead, all you need is a wallet! You can see a step-by-step tutorial of how to create your first Wallet [here](/nft-fundamentals/setting-up-your-wallet.md). We will still need an email further down the line - we do this to directly communicate with you in case we have any questions/inquiries!

Once your wallet is all set-up on your web browser, click the ‘Connect your wallet’ button on the top right of the Creator Interface landing page. Follow the steps to connect your wallet using your wallet provider - you will then be prompted to sign a message like the one below:

&#x20;

![](/files/kPRlPnOnAgEhgBCQcDML)

Message signing is the best way for us to verify that it is indeed you accessing your dashboard in the Creator Interface, and no one else! Once you have signed your message, you will be able to register yourself and access the Creator Interface.


---

# 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.fair.xyz/tutorials-for-creators/accessing-the-creator-interface.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.
