> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/keystone/sections/navigation/navigation-links.md).

# Navigation links

### Section overview

Navigation links is a slideshow-like component similar to Instagram stories that displays circular images with text labels underneath. It can be configured as either a slider or a grid layout.

#### Common use cases

* Highlight key navigation categories or pages in a visually appealing way
* Create a visual navigation menu for featured collections
* Display a set of linked categories with consistent styling
* Create a mobile-friendly navigation experience

#### Usage tips

* Use appropriately sized images (recommended 256px by 256px) for best results
* Keep heading text short and concise for better mobile display
* For mobile use, the slider view is generally more effective than grid view
* Consider visibility settings to show different navigation styles on desktop vs mobile

### Section settings

| Setting         | Description                                                                           |
| --------------- | ------------------------------------------------------------------------------------- |
| Top spacing     | Controls the padding above the section (0-50px)                                       |
| Bottom spacing  | Controls the padding below the section (0-50px)                                       |
| Color scheme    | Sets the background and text color theme for the section                              |
| Border color    | Sets the color of any borders used in the section                                     |
| Border position | Controls where borders appear (none, top, bottom, or both)                            |
| Size            | Determines the size of the circular images (small: 60px, normal: 100px, large: 140px) |
| Container       | Choose between slider (scrollable) or grid layout                                     |
| X alignment     | Sets horizontal alignment (left, center, or right)                                    |
| Enable margin   | When enabled, applies horizontal margin to the section                                |
| Visibility      | Controls whether the section is visible on all devices, mobile only, or desktop only  |

### Block settings

#### Link

The Link block creates a circular image with a text label that links to a URL. Each block represents a single navigation item.

Block limit: 20

| Setting | Description                                                                 |
| ------- | --------------------------------------------------------------------------- |
| Image   | The image to display in the circular container (recommended 256px by 256px) |
| Heading | The text label displayed below the image                                    |
| URL     | The destination page when the navigation item is clicked                    |


---

# 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://help.brickspacelab.com/keystone/sections/navigation/navigation-links.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.
