> For the complete documentation index, see [llms.txt](https://docs.valorx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valorx.com/valorx-fusion/design-studio/the-power-of-design-studio/manage-your-valorx-account/sign-up-to-valorx-account.md).

# Sign Up to Valorx Account

As a first-time user or a new user, signing up for a Valorx account is crucial as it grants you access to manage your Fusion environments and users effectively. Valorx provides a platform where you can handle various aspects related to Fusion environments, such as configuration settings, user permissions, and system administration.

The process of signing up for a Valorx account is designed to be simple and user-friendly. To begin the signup process, you will need to locate the "**Sign In**" option on the [**Valorx website**](https://valorx.com/).

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

Now, you will see a hyperlink labeled "New User? Sign Up [**here**](https://valorx.com/sign-up/)." By clicking on this hyperlink, you will be directed to the signup page. The hyperlink serves as a direct link that simplifies the signup process and helps new users easily find the appropriate page to create their account.

In case you are accessing to sign in through the Manage Accounts section on **Valorx Home**, you will be directed to the same Sign In page for Valorx.

<div align="left"><figure><img src="/files/7cWiL4vSbsDQ1rQ7ONEZ" alt="" width="417"><figcaption></figcaption></figure></div>

After clicking on the hyperlink, you will be directed to the "**Sign Up for your Valorx account**" page, where you will need to fill in all the required information. The form will ask for personal details such as your First and Last Name, Email address, Password, Phone number, and Company.

The Phone number field is optional and mainly related to sales. If you prefer not to provide this information, you can skip it.

After filling out the form, you can proceed by clicking the "**Sign up**" button to finalize the signup process.

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

{% hint style="info" %}

* It is important for users to note that they should always use the same email address and password they used during the signup process to log in to their Valorx account.
* Users can upgrade the plan on our website to purchase the license or they contact sales when the 15 days free trial expires.
  {% endhint %}


---

# 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.valorx.com/valorx-fusion/design-studio/the-power-of-design-studio/manage-your-valorx-account/sign-up-to-valorx-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.
