> 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/slab/content/blocks/basics/hotspot/spot.md).

# Hotspot spot

## Block limitations

This is a private block and can only be used within specific parent blocks. It is designed to work exclusively within the [Hotspot](/slab/content/blocks/basics/hotspot.md) block.

## Overview

A hotspot spot block that can be used to display interactive spots on images or other elements. The block supports animations, color schemes, and responsive positioning. It allows for nested blocks to be displayed when the spot is interacted with.

## Common use cases

* Use this block to highlight specific areas on images or other elements, providing additional information or interactivity
* Customize the color scheme and animations to match the overall theme design
* Ensure that the nested blocks provide meaningful content that enhances the user experience

## Compatible blocks

The following blocks can be nested within this block:

* All theme blocks
* App blocks

## Block settings

| Setting            | Description                               | Options                                                                                                                           |
| ------------------ | ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
| Color scheme       | Controls the background color scheme      | Body (default), Neutral, Accent 1, Accent 2, Accent 3, Shade 1, Shade 2, Shade 3, Primary, Secondary, Tertiary, Blur, Transparent |
| Enable animations  | Enables animations for the hotspot spot   | Checkbox (default: false)                                                                                                         |
| Y alignment        | Vertical position of the spot             | 0 - 100 % (default: 20)                                                                                                           |
| X alignment        | Horizontal position of the spot           | 0 - 100 % (default: 20)                                                                                                           |
| Width              | Width of the content area                 | 20 - 800 px (default: 300)                                                                                                        |
| Y alignment mobile | Vertical position of the spot on mobile   | 0 - 100 % (default: 20)                                                                                                           |
| X alignment mobile | Horizontal position of the spot on mobile | 0 - 100 % (default: 20)                                                                                                           |
| Width mobile       | Width of the content area on mobile       | 5 - 400 px (default: 250)                                                                                                         |


---

# 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/slab/content/blocks/basics/hotspot/spot.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.
