> For the complete documentation index, see [llms.txt](https://docs.weallspace.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weallspace.com/account/account-and-activation.md).

# Account and Activation

In order to have an account and use our platform, you need to subscribe to our plan beforehand.&#x20;

1. Choose the plan on [Pricing](https://www.weallspace.com/pricing) page and make a transaction.
2. Review the [terms of service](/others/terms-and-conditions.md) and [privacy policy](/others/privacy-policy.md). Make sure you understand and agree to the platform's terms before proceeding.
3. Once your payment is verified, our administrator will grant you the access to the platform.
4. The account will be activated using 'Email address for product delivery' (email for invoice updates).
5. Check your inbox or spam folder for the notification.
6. Upon signing in for the first time, you will be redirected to a page where you can create a new password for your account.
7. If you don't get any redirection, just go to the [login](https://www.weallspace.com/login) page and select "Forgot Password" to set a new password.
8. After logging into the dashboard, you can now explore the platform's features and customize your account settings according to your preferences.

***

If you have not received any notification regarding your account within a period of 24 hours, we kindly request you to [get in touch with us](/contact-us/how-to-contact-us.md).

Remember to keep your account credentials secure and avoid sharing them with anyone to protect your personal information.

<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.weallspace.com/account/account-and-activation.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.
