> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/account-billing/account-and-billing-it/gestisci-il-tuo-account-e-le-impostazioni/gestisci-le-impostazioni-del-tuo-account.md).

# Gestisci le impostazioni del tuo Account

Accedi a Channable tramite il tuo account personale. Vai a **Account** > **Impostazioni account** per gestire i dati di accesso e di autenticazione.

<figure><img src="/files/9f311d61feeaf12502f8b061a58b0d552fcd78fb" alt=""><figcaption></figcaption></figure>

### Scheda Account

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

Nella **Account** scheda, puoi impostare e modificare le seguenti informazioni:

* Il tuo **Nome**
* Il tuo **Cognome**
* Il tuo **Telefono** numero per scopi di contatto (facoltativo)
* La **lingua** in cui usi Channable

#### Modifica le informazioni del tuo account

Per modificare queste informazioni, clicca sul campo e inserisci un nuovo valore. Clicca **Salva** per confermare le modifiche.

### Scheda Email

<figure><img src="/files/009c42ca1d7fb65c3bec74ddb93d8e9ab6b889bd" alt=""><figcaption></figcaption></figure>

Nella **Email** scheda, puoi modificare le seguenti informazioni:

* Il tuo **Indirizzo email**

#### Modifica il tuo indirizzo email

Per modificare queste informazioni, clicca sul campo e inserisci un nuovo valore. Inserisci la tua password e clicca **Salva** per confermare le modifiche.

{% hint style="info" %}
**Nota:** Se hai attivato l'autenticazione a più fattori (MFA), non potrai cambiare il tuo indirizzo email.
{% endhint %}

### Scheda Password

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

Nella **Password** scheda, puoi modificare le seguenti informazioni:

* Il tuo **password**

#### Cambia la tua password

1. Per modificare la password, inserisci la tua **Password corrente**, la tua **Nuova password**, poi la tua **Nuova password**.
2. Clicca **Salva** per confermare le modifiche

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

{% hint style="info" %}
**Nota:** Se hai attivato l'autenticazione a più fattori (MFA), non potrai cambiare la tua password.
{% endhint %}

### Scheda Autenticazione a più fattori (MFA)

<figure><img src="/files/96f48e7d722c799e8416cdd200ac957c0e5b764f" alt=""><figcaption></figcaption></figure>

Nella **Autenticazione a più fattori** scheda, puoi eseguire le seguenti azioni:

* [Attiva](/account-billing/account-and-billing-it/gestisci-il-tuo-account-e-le-impostazioni/imposta-arriba-lautenticazione-a-piu-fattori-mfa.md) o disattiva MFA
* Visualizza i codici di recupero

### Scheda account collegati (Single Sign-On)

<figure><img src="/files/670e5e0369cfb58208fb39191e34716aaa168108" alt=""><figcaption></figcaption></figure>

Nella **Account collegati** scheda, puoi eseguire le seguenti azioni:

* [Attiva](/account-billing/account-and-billing-it/gestisci-il-tuo-account-e-le-impostazioni/imposta-arriba-y-gestisci-il-single-sign-on-sso.md) o disattiva il Single Sign-On (SSO)


---

# 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://helpcenter.channable.com/account-billing/account-and-billing-it/gestisci-il-tuo-account-e-le-impostazioni/gestisci-le-impostazioni-del-tuo-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.
