# Styling

### `Corporate Design`

Frontnow offers a wide variety of settings to adapt the advisor's design tokens to your corporate identity.

Those standard settings can be set in the Studio. Just tell your Frontnow contact for more information.

**Launcher button image**

The company logo might not be ideal for the launcher button at the bottom right corner to start the Advisor. It should be a simple icon which pops up to the eyes of the user. It can be a part of the company logo, with a good contrast (bright icon on colourful background). The following specs are ideal:

* Format: Square
* Dimension: 150x150px
* Type: PNG or JPG (no SVG)
* Colors: High contrast
* Style: Simple, icon-style

### `Customization`

For further customization, tell your developer team, to adjust the CSS styling by changing common properties:

**Flexible customizations using CSS**

Just add a \<style> tag to manipulate the look and feel of the .frontnow-button, like this one-liner:

```
<style> .frontnow-button { left: 10px } </style>
```

Further customizations as an example:

```css
.frontnow-button {
    border-radius: 5px;        // to make it square, default: 50%
    height: 70px; width: 70px; // to make it bigger, default: 54px
    left: 20px; bottom: 20px;  // to move it to the left, default: 10px
    ...
}
```


---

# 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.frontnow.com/advise/integration/styling.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.
