# Account Management

## Getting Started: Sign Up

To begin using LatticaAI services, **Computation providers** must first create an account. The registration process requires basic information, and an **Account ID** will be assigned upon successful completion.

{% hint style="info" %}
**Account ID**: This unique identifier provides access to all system features outlined in the \[[Conceptual Guide](/conceptual-guide.md)].<br>

💡Registration is not required for end-user activities performed through the Query Client. End-users rely on access tokens provided by the Computation Provider and do not interact directly with the LatticaAI platform's account management system.
{% endhint %}

***

## Managing Account Information

After creating your account, you can update your contact details, such as email address and phone number, through the **Account Settings** page.

***

{% hint style="info" %}
**Note on Terminology**\
In this section, the term *model* is used generically.\
For customers providing TFHE-based programs or other non-model workloads, *model* should be interpreted as *workload*. The underlying account structure, permissions, and billing logic remain the same.
{% endhint %}

## The Web Console and Dashboard

After registration, you'll get access to the **web console** - a central hub for managing your services. The **Dashboard** is your main landing page, showing key metrics and quick links to manage your account.

<figure><img src="/files/FrbgItFKng9gkwrCKQvd" alt=""><figcaption><p>Model Dashboard</p></figcaption></figure>

### Main Dashboard Sections

1. **Account Balance**
   * Track your available credits and estimated runtime
2. **Model Overview**
   * Monitor active models and their performance at a glance
3. **Individual Model Details**\
   Each model section shows:
   * **Performance Data**: Current metrics and configuration status
   * **User Access Control**: Active user access tokens
   * **Resource Usage**: Active worker status
4. **Sidebar Tools**\
   Direct access to:
   * **Model Controls (Dashboard)**
   * **Tokens (User Access) Settings**
   * **Finance Center**
   * **Account Details Setting**

***

## Quick Links to How-To Pages

For detailed instructions, refer to the following guides:

* \[[How-To: Update Account Information](/how-to-guides/account-and-finance-operations/how-to-update-account-information.md)]

***


---

# Agent Instructions: 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:

```
GET https://platformdocs.lattica.ai/platform-workflows/account-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
