> 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/featured-collections.md).

# Featured collections

<figure><img src="/files/kEKZ6YRHgbU1xKlc9Mzw" alt=""><figcaption></figcaption></figure>

Use this section to show your top collections.

Every collection is set as separate block (max of 5 blocks).

The main settings in the section are the ones listed [here](/amber-documentation/content-sections/common-settings.md). The additional settings are listed below.

### Media

You can set different aspect ratios of the images for desktop and mobile.

![](/files/jpBnGmv7lGUgwhujHhGY)

Keep in mind that if an image with another aspect ratio is uploaded, it will get cropped. More details can be found in the [Focal Points](/amber-documentation/global-features/focal-points.md) page.

### Text Content

<figure><img src="/files/G3uitZebqVcdMVzvLDYs" alt=""><figcaption></figcaption></figure>

You can manage the alignment of the section title and subtitle from the `Header content alignment` dropdown.

The alignment of the text below the images is managed from `Collections content alignment`.

### Collection blocks

Every collection is added from a separate block of the section.

Every block has options for:

* **Collection** - from here you can select the collection to show. Based on this collection, the title and the links are populated. They can be overwritten down in the block settings.
* **Image** - if you don't want to use the default collection featured image, you can overwrite it from here.
* **Heading -** used for overwriting the default collection title
* **Body text -** the text shown below the collection title
* **Link** - can overwrite the default collection link


---

# 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/featured-collections.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.
