> For the complete documentation index, see [llms.txt](https://bigstart.gitbook.io/amber-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bigstart.gitbook.io/amber-documentation/content-sections/common-settings.md).

# Common settings

Most of the content sections use some common settings. They're listed below with some additional information.

### Colors

![](/files/o1LjWjnwEdreOfW0XMdI)

All sections have the option to overwrite the default background and text color settings.

In order to do this, you will first need to check the `Overwrite colors` checkbox.\
This will activate the color options from the screenshot above.

### Section width

![](/files/NCBrg1HE4eja42IWPfPh)

Many of the sections provide the option to span across the whole screen or be limited by a shell.

In order to make them full-width, you need to check the `Enable full-width` checkbox.

Depending on the section, there might be a slight padding on the left and right to make the section look even and aligned.

### Buttons

#### Style

The buttons use 4 predefined styles. These styles are managed globally from the [Colors](/amber-documentation/global-settings/colors.md) settings.

![](/files/LSJC9FFBb6UGz9E66oOQ)

#### Text

For every button, you can change the link and text (label).

![](/files/qYmojqK6umEyv3EJCJ1s)

Some sections have the option to outline the button on hover:

![](/files/f7TI7Gr8k7Bjh2eZfJsA)


---

# 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://bigstart.gitbook.io/amber-documentation/content-sections/common-settings.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.
