# Customizing Your Site

Administrators can customize the appearance of their ExaVault site, including the company name, logo, icons, and color scheme.

These settings are found in the Admin Dashboard under *Admin Settings > Branding > Brand*.

As changes are made to the Color settings, the Site Preview section on the page shows how the new colors will be applied.

<table><thead><tr><th width="185">Setting</th><th width="165">Format/Size</th><th>Where Shown</th></tr></thead><tbody><tr><td><strong>Company Name</strong></td><td>Text, up to 32 alphanumeric characters</td><td>User's site's copyright notice (both site web pages and site emails).</td></tr><tr><td><strong>Logo</strong></td><td>PNG, JPG, GIF; no larger than 50px by 240px</td><td>Upper left corner of user's site (including login page and Links pages), site emails, and favicon (favorite icon) for Links pages.</td></tr><tr><td><strong>Mobile Icon</strong></td><td>PNG, JPG, GIF; square, no larger than 30px by 30px</td><td>Home screen or application drawer for mobile devices.</td></tr><tr><td><strong>FavIcon</strong></td><td>PNG, ICO; 16px by 16px square</td><td>Browser tab, browser's history/search results.</td></tr><tr><td><strong>Color 1</strong></td><td>HTML color code (hex format)</td><td>Left navigation bar (unselected menu option icon and text, and background for selected menu option), file path (for paths above the current path), background highlights for upper right menu bar, some 3rd party copyright notices), background for dialog boxes.</td></tr><tr><td><strong>Color 2</strong></td><td>HTML color code (hex format)</td><td>Button backgrounds for non-cancel style buttons.</td></tr><tr><td><strong>Color 3</strong></td><td>HTML color code (hex format)</td><td>File path (for the current path), Upload button background (within popup dialog boxes), page titles.</td></tr></tbody></table>


---

# 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://docs.exavault.com/using-exavault/customizing-your-site.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.
