> For the complete documentation index, see [llms.txt](https://foton.gitbook.io/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://foton.gitbook.io/introduction/beginners-intro/create-an-account.md).

# Create an Account

If you're new to Web3, the way you create an account on Foton is with a Radix wallet. \
\
If you don't have one yet, install it by following the official guide [here](https://wallet.radixdlt.com).\
After that you should link the Mobile Wallet by scanning the QR code on the FOTON Connect panel as seen in the images below.

<figure><img src="/files/PuAogVjCy4aFRXBnxoHL" alt=""><figcaption><p>Download and install the mobile Radix Wallet app.</p></figcaption></figure>

<figure><img src="/files/xHIyMxH0AJHnAWkbWl4p" alt=""><figcaption><p>Scan the QR code with your mobile Radix Wallet app to Connect.</p></figcaption></figure>

Once Connected, your Account is made automatically based on the Persona Identity you have in your Radix Wallet app. Now you will notice if you click on the avatar image, that you have TWO new Buttons in the right Menu:&#x20;

1. Your Collector HUB
2. Your Creator Studio - which still needs to be created next

<figure><img src="/files/hw1cQMDQ0MLtDpK0YV3k" alt=""><figcaption></figcaption></figure>

To Customise your User profile go to Profile Settings in the same menu. Here you will be able to get a Foton handle, similar to how Twitter (X) has, and add some info about yourself (after saving please refresh the page if changes don't show up immediately).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://foton.gitbook.io/introduction/beginners-intro/create-an-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
