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

# Shared Settings

Customize the section layout using the available settings.

Shared Settings are used across many sections in the theme.

Available settings vary by section and can be identified in the following way:&#x20;

> 1. Go to the Theme Editor by pressing the '*Edit theme*' in the admin.
> 2. Press the desired section and verify whether the desired option applies to a specific section.
> 3. Go to the settings description provided in the pages listed below.

The list of available Shared Settings:

* [<mark style="color:$primary;">Collage grid</mark>](/triumph/template/shared-settings/collage-grid.md)
* [<mark style="color:$primary;">Form</mark>](/triumph/template/shared-settings/form.md)
* [<mark style="color:$primary;">'View all' button</mark>](/triumph/template/shared-settings/view-all-button.md)
* [<mark style="color:$primary;">Section layout</mark>](/triumph/template/shared-settings/section-layout.md)
* [<mark style="color:$primary;">Section mobile layout</mark>](/triumph/template/shared-settings/section-mobile-layout.md)
* [<mark style="color:$primary;">Divider line</mark>](/triumph/template/shared-settings/divider-line.md)
* [<mark style="color:$primary;">Section background</mark>](/triumph/template/shared-settings/section-background.md)
* [<mark style="color:$primary;">Colors</mark>](/triumph/template/shared-settings/colors.md)
* [<mark style="color:$primary;">Carousel buttons colors</mark>](/triumph/template/shared-settings/carousel-buttons-colors.md)
* [<mark style="color:$primary;">'View all' button colors</mark>](/triumph/template/shared-settings/view-all-button-colors.md)
* [<mark style="color:$primary;">Slideshow</mark>](/triumph/template/shared-settings/slideshow.md)


---

# 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://mpithemes.gitbook.io/triumph/template/shared-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.
