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

# Account

<figure><img src="/files/D8a6Mtjfs4uQiw6TM6Hi" alt=""><figcaption><p>Sign up &#x26; Sign in</p></figcaption></figure>

## Sign up

When you first enter our web application, if you don't have an account yet, you'll need to sign up. We offer three ways to create an account:

1. Sign up with Google
2. Sign up with GitHub
3. Sign up with your email

For users choosing to sign up via a third-party provider (Google or GitHub), you'll need to accept the permission request for accessing your data from the provider. Upon successful sign-up, you'll be automatically logged into our console.

For users signing up via email, you'll need to set up your password. We'll then send a confirmation email to your provided email address.

## Activate Account

For users who sign up by email,

1. Check your email inbox for a confirmation email from Float16.cloud.
2. Click the confirmation link in the email to activate your account.
3. After clicking the link, your account will be activated, and you'll be automatically logged into our console.

## Sign in

If you already have an account, you can log in using Google, GitHub or your email and password.

Note:

* If you signed up via email using a Gmail address, you can also sign in with Google. Our system will recognize it as the same account.
* If you've forgotten your password, you can reset it by clicking the "Forgot Password" link.

***

Once you've entered the console, you can explore more features as detailed below.

## Let's Explore

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Dashboard</strong></td><td>View a dashboard with information about activities on your account</td><td><a href="/pages/7vf1oxNV1MPZzvPd3fYK">/pages/7vf1oxNV1MPZzvPd3fYK</a></td></tr><tr><td><strong>Payment</strong></td><td>Top-up and view current charges</td><td><a href="/pages/Xvl4yRXnhZyGxafJgYU0">/pages/Xvl4yRXnhZyGxafJgYU0</a></td></tr><tr><td><strong>Workspace</strong></td><td>Manage your workspace settings and configurations</td><td><a href="/pages/TPawPBC8naIL97lxcB9W">/pages/TPawPBC8naIL97lxcB9W</a></td></tr><tr><td><strong>Profile</strong></td><td>Review and update your personal profile information</td><td><a href="/pages/CqFMtEWEDda3Bd5Km1Jx">/pages/CqFMtEWEDda3Bd5Km1Jx</a></td></tr><tr><td><strong>Service Quota</strong></td><td>Estimate your current quota usage</td><td><a href="/pages/Y93Q2dyOqSFCEtdG92xH">/pages/Y93Q2dyOqSFCEtdG92xH</a></td></tr></tbody></table>


---

# 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.float16.cloud/getting-started/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.
