> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/~/changes/eaCuYFhybbREuBouwZp6/manage-theme.md).

# Manage Theme

&#x20;Account admins can set and update the account theme by accessing the [Client Profile](/~/changes/eaCuYFhybbREuBouwZp6/client-profile.md) page and then clicking 'Manage Theme':

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FIf4g9dbVp3BK2uZRg0sT%2FHIVO%20Manage%20Theme.png?alt=media&amp;token=982ab02a-9457-4085-a567-0cde41beb2fa" alt=""><figcaption></figcaption></figure>

**Account Theme Colours:**

You can optionally set a Monochrom Theme to keep the platform looking clean and white and use the default primary and secondary platform colours (white and black). If you want to add colour to your account, you can optionally select a Primary Colour and a Secondary Colour.

**Avatar Image URL:**

Your Client Profile Avatar Image is the image located next to your Client name on the [Client Profile](/~/changes/eaCuYFhybbREuBouwZp6/client-profile/client-profile-page.md) page:

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2FvP7R68eEqmxx3VczA3UX%2FHIVO%20Client%20Profile%20Avatar%20Image.png?alt=media&amp;token=8e57258a-f09b-4bcd-9a12-50c0bef76065" alt=""><figcaption></figcaption></figure>

You can set a Client Profile page Avatar Image url for the account by copy and pasting a shared public link to a logo or image. Please make sure the url is publicly accessible as all users in your account will need to view this image. Please contact HIVO support if you have issues setting your Avatar Image.

**Banner Image URL:**

Your Banner Image is the image that appears in the top left hand corner of your account and is typically your companies logo or HIVO's logo:

<figure><img src="https://2446612760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0sjg5GpIPr5HzBTJYqYe%2Fuploads%2F4njLMi8mPaq1DLJCKisx%2FHIVO%20Banner%20Image.png?alt=media&amp;token=558c892b-dd9c-4f97-a990-618a762b5866" alt=""><figcaption></figcaption></figure>

You can set a Banner Image url for the account by copy and pasting a shared public link to a logo or image. Please make sure the url is publicly accessible as all users in your account will need to view this image. Please contact HIVO support if you have issues setting your Banner Image.

**Font Family**

You can set the font that is displayed accross your account by clicking the drop down under the font family heading. A list of all common system fonts will be displayed that you can choose from.

**Font URL**

If you would like to upload your own Google Font to display in your account, please copy and paste the Font URL to the desired Google font into the section provided in the form. You can browse Google Fonts and find the font url's here: <https://fonts.google.com/>


---

# 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://support.hivo.co/~/changes/eaCuYFhybbREuBouwZp6/manage-theme.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.
