> For the complete documentation index, see [llms.txt](https://docs.plextrac.com/plextrac-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/tenant-settings/account-information.md).

# Account Information

The **Account Information** button under "Tenant Settings" in the **Admin Dashboard** provides configuration of tenant information, including changing the tenant theme (light or dark), uploading a tenant logo and icon, and changing tenant name.

<div align="left"><figure><img src="/files/YWRo8XjdpphuF6prmaQV" alt=""><figcaption></figcaption></figure></div>

## Changing Tenant Light/Dark Mode

To change the mode of the tenancy from light to dark, click the desired mode. The change is immediate.&#x20;

<div align="left"><img src="/files/4Bn4CzERJFH4iL94vq4O" alt=""></div>

Any images loaded light mode will disappear. Images will need to be reloaded for dark mode.

## Adding Tenant Images

{% hint style="info" %}
The Tenant logo and icon need to be updated in both light and dark mode.<br>

Dimensions of the tenant icon image file should have the same height and width.&#x20;
{% endhint %}

<mark style="background-color:yellow;">Step 1:</mark> Click **Upload Tenant Images**.

<div align="left"><figure><img src="/files/9KQK9aJgCqF1nDQbiokn" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 2:</mark> Click the box of the image to upload, and drag the file into the box or navigate to that image on the computer.

{% hint style="info" %}
The dimensions of the tenant icon image should have the same height and width (i.e., 500px x 500px).
{% endhint %}

<div align="left"><figure><img src="/files/hGDJHlqg2SCNcEqMIX5O" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step 3:</mark> Click **Submit**.&#x20;

<div align="left"><figure><img src="/files/fYlVs1pC5pYkoRVvRt7R" alt=""><figcaption></figcaption></figure></div>

The logo will appear at the top of the left navigation bar.

<div align="left"><figure><img src="/files/UcBwvRd2c9jVrkzDVfph" alt=""><figcaption></figcaption></figure></div>

## Editing Tenant Name

<mark style="background-color:yellow;">Step 1:</mark> Click **Edit Tenant Information.**

<div align="left"><figure><img src="/files/agk1KAlZlZrw46DZK5xB" alt=""><figcaption></figcaption></figure></div>

<mark style="background-color:yellow;">Step</mark> **2**<mark style="background-color:yellow;">:</mark> Enter the desired information and click **Submit.**

<div align="left"><figure><img src="/files/3SxMxHDuiiKmfugFxhLS" alt=""><figcaption></figcaption></figure></div>

The new value appears on the **Account Information** page. After refreshing page, the new value appears as the Tenant Administration value.&#x20;

<div align="left"><figure><img src="/files/S9ZAqVAciku5ejuCI0RX" alt=""><figcaption></figcaption></figure></div>


---

# 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.plextrac.com/plextrac-documentation/product-documentation-1/account-management/account-admin/tenant-settings/account-information.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.
