> For the complete documentation index, see [llms.txt](https://docs.wlth.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wlth.xyz/support/getting-started.md).

# Getting Started

## Welcome to WLTH

### Onboarding Guide: Getting Started with WLTH

Follow the steps below to create your account and start your investment journey.\
Read [this](/security-and-technology/security-best-practices.md) before joining our social handles to follow the best security practices to keep ourselves safe.

### **Step-by-Step Guide**

1. **Navigate to the Common Wealth App**

* Visit [wlth.xyz](https://wlth.xyz)<br>

2. **Sign Up for a Free Account**

* Tap the Sign Up button located at the top-right corner of the app.

3. **Enter Your Details**

* Enter your email address in the provided field.
* Click the checkbox below to confirm your agreement with the Terms and Conditions and Privacy Policy.<br>

4. **Verify Your Email Address**

* Check your inbox for an email to verify your account.
* Tap the Confirm Your Email button in the email to verify your account.<br>

5. **Optional: Connect Your Wallet**

* You can associate a wallet with your profile at this stage by following the Add Wallet Guide.
* If you prefer to skip this step, tap Skip for Now to continue without adding a wallet.<br>

6. **Account Setup Complete**

* Congratulations! You’ve successfully created your  account.<br>


---

# 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://docs.wlth.xyz/support/getting-started.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.
