> For the complete documentation index, see [llms.txt](https://docs.buildings.ability.abb/collection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildings.ability.abb/collection/english-v14/documentation/systems-and-projects/customize-the-appearance-of-a-project.md).

# Customize the appearance of a project

<div data-full-width="true"><figure><img src="/files/d474fb14755385077cb7e912301534a4ee9d2b24" alt=""><figcaption></figcaption></figure></div>

1. Click in the sidebar on **Engineering \[A]**
2. Click in the context bar on **Projects \[B]**
3. Open the desired project **\[D]**
4. Click on **\[E]**
5. Configure the settings as desired

<table><thead><tr><th width="128.33333333333331">Attributes</th><th>Description</th><th>Filterable</th></tr></thead><tbody><tr><td><strong>[F]</strong></td><td>Name</td><td>Project name</td></tr><tr><td><strong>[G]</strong></td><td>Mail</td><td>The email address to which notifications are sent</td></tr><tr><td><strong>[H]</strong></td><td>Primary accent color</td><td>Determines the color in which, for example, buttons appear</td></tr><tr><td><strong>[I]</strong></td><td>Project logo</td><td>The project logo is shown at the top left in the title bar. Click to select a new logo.</td></tr><tr><td><strong>[J]</strong></td><td>Logo size</td><td>Choose how large the logo should be displayed</td></tr><tr><td><strong>[K]</strong></td><td>Background</td><td>Choose whether the logo should be displayed with a white background. Does not work with .jpg files</td></tr><tr><td><strong>[L]</strong></td><td>Project icon</td><td>Select an image file for the project icon. The project icon is displayed in the project list. The project list appears when you click on your name in the title bar</td></tr><tr><td><strong>[M]</strong></td><td>Save</td><td>Apply and save settings</td></tr></tbody></table>


---

# 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.buildings.ability.abb/collection/english-v14/documentation/systems-and-projects/customize-the-appearance-of-a-project.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.
