# Set Trilio GUI login banner

To configure the banner shown upon accessing the Trilio Appliance GUI do the following.

1. Login into Trilio Appliance console
2. edit the banner.yaml at /etc/tvault-config/banner.yaml
3. restart tvault-config service

The content of the banner.yaml looks as follows and can be edited as required:

```
header: 
header_color: blue 
body_text_color: "#DC143C" 
body_text: 
header_font_size: 25px 
body_text_font_size: 22px
```


---

# 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.trilio.io/openstack/tvo-4.2/administration-guide/set-triliovault-gui-login-banner.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.
