> 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/crystal-console/start-your-experience/system-settings.md).

# Choose Project Settings

As a Crystal Admin, you can manage various settings and configurations related to your Project directly from the **Account Section** in the top navigation bar.

<figure><img src="/files/IqFlPYKKL2CRLdScrQoi" alt="" width="375"><figcaption><p>The Console's Account</p></figcaption></figure>

## Go to the advisor

You can jump to the Advisor Workspace.

## Project settings

You can manage the following settings:

* **Company Logo**. In this area, you can add your company logo.
* **Languages**. In this area you can see the language (or languages) that your Project is in.
* **Time Range.** This is the default time range that will be assign to all the Topics you create for this Project. You can change on the single Topic level here in the Console. When asking the Advisor for a Topic, if you don't specify a time range, this default value will be applied.
* **Dashboard**. In this area, choose whether you want to enable or disable the Dashboard for all of the Members in your Crystal Project. We recommend keeping it enabled, as it’s another way for your Members to gain insights related to your data without requiring them to interact with the Advisor. If the Dashboard is enabled all Topics created will be added by default, but on the Topic level, you can decide to not include one. Learn more about your Dashboard[ in this article.](/crystal-advisor/explore-your-data/dashboard.md)

When you’re finished configuring your system settings, press **Save**.

## Personal settings

You can see your Account information: name, email & password, job title, role.

You can also find Terms and Conditions.

## Contact support

You can write to us about anything via a dedicated contact email.

## Resources

You can find a link to Crystal's Resources directly embedded in the Advisor.

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

Crystal Resources are represented by:

* [**Crystal Docs**](/master.md), i.e. the documentation that supports you on how to use Crystal (*the same documentation you are reading right now!*)
* [**Release Notes**](/release-notes/2024.md), i.e. the collection of enhancements done to each Crystal version, where you can find what's new on the currently installed one
  {% endhint %}

## Log out

You can log out at any time.

## Crystal version

You can check which version of Crystal you are currently using.

***


---

# 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/crystal-console/start-your-experience/system-settings.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.
