> For the complete documentation index, see [llms.txt](https://docs.igenius.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.igenius.ai/italiano/crystal-console/inizia-la-tua-esperienza-con-crystal/impostazioni-di-sistema.md).

# Gestisci le Impostazioni di Progetto

Come Admin del Progetto Crystal, puoi gestire diverse impostazioni e configurazioni relative al Progetto direttamente dalla **Sezione Account** nella barra di navigazione superiore.

<figure><img src="/files/b6yYQvGhczY56akK6S4y" alt="" width="375"><figcaption><p>L'Account in Console</p></figcaption></figure>

## Go to the advisor

You can jump to the Advisor Workspace.

## Project settings

Puoi gestire le seguenti impostazioni:

* **Company Logo.** Da questa area puoi modificare il logo dell’azienda che hai selezionato al momento della creazione del Progetto.
* **Languages.** Da questa area puoi selezionare la lingua (o le lingue) del tuo Progetto.
* **Time Range.** Da questa area puoi modificare l’intervallo di tempo di default che viene applicato ai Topic creati nel tuo Progetto. Puoi modificare l’intervallo di tempo di un singolo Topic qui sulla Console. Quando chiedi un Topic a Crystal in Advisor, se non specifichi un intervallo di tempo, verrà applicato questo valore.
* **Dashboard.** Da questa area puoi abilitare o disabilitare la Dashboard per tutti gli utenti Member del progetto. Ulteriori informazioni riguardo alla Dashboard sono disponibili in [questo articolo.](/italiano/crystal-advisor/esplora-i-tuoi-dati/dashboard.md)

Al termine della configurazione, premi **Save** per confermare.

## Personal settings

Puoi visualizzare le informazioni sul tuo Account: nome, e-mail & password, titolo di lavoro, ruolo.&#x20;

Puoi trovare anche i Termini e le condizioni.

## Contact support

Puoi scriverci per qualsiasi cosa tramite un'e-mail di contatto dedicata.

## Resources

Il link alle Risorse di Crystal è incorporato direttamente nell'Advisor.

{% hint style="info" %} <mark style="color:blue;">**Nota Bene**</mark>

Le Risorse di Crystal sono rappresentate da:&#x20;

* [**Crystal Docs**](/italiano/master.md), cioè la documentazione che ti supporta nell'utilizzo di Crystal (*la stessa che stai leggendo in questo momento!*)&#x20;
* [**Note di Rilascio**](/italiano/note-di-rilascio/2024.md), cioè la raccolta dei miglioramenti apportati a ciascuna versione di Crystal, dove puoi trovare le novità di quella attualmente installata
  {% endhint %}

## Log out&#x20;

Puoi disconnetterti in qualsiasi momento desideri.

## Crystal version

Puoi verificare quale versione di Crystal stai attualmente utilizzando.

***


---

# 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.igenius.ai/italiano/crystal-console/inizia-la-tua-esperienza-con-crystal/impostazioni-di-sistema.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.
