# Plugins

## Content Plugins

Content plugins take up the foreground of task pages. They are intended to be the primary focus of guide content.

![](/files/-MIdvyOjvKWgjJjkgA1H)

| Plugin                                          | Description                                                                                                                                                      |
| ----------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Text](/content/guides/plugins/text.md)         | The Text plugin allows you to write text on a page to provide information to whomever plays the guide. All aesthetic values can be customized.                   |
| [Question](/content/guides/plugins/question.md) | The Question plugin allows the player to respond by typing or verbally dictating with their own words.                                                           |
| [Choices](/content/guides/plugins/choices.md)   | The Choices plugin allows the editor to pre-program multiple choice options, which can be programmed to allow either only one selection, or multiple selections. |
| [Image](/content/guides/plugins/image.md)       | The Image plugin allows you to insert an image from your device as the content of the page. Customizations include color filters, size, and alignment.           |
| [Video](/content/guides/plugins/checkboxes.md)  | Like the Image plugin, you can insert a video from your device as the content of the page.                                                                       |
| [List](/content/guides/plugins/list.md)         | The List plugin is for layout purposes. It allows you to put multiple plugins inside of it. Plugins within a list will be arranged vertically.                   |
| [Grid](/content/guides/plugins/grid.md)         | Like List, the Grid plugin is a layout plugin. It allows you to place multiple plugins inside of it. It arranges horizontally, as a grid, when possible.         |

## Background Plugins

Each background plugin option has individual, unique customizable features.

<div align="left"><img src="/files/-M0Ed1Ivmo9M--ZnvB1L" alt=""></div>

| Plugin                                                          | Description                                                                                                                              |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [Background Image](/content/guides/plugins/background-image.md) | Like the Image content plugin, you can insert an image on the background, as well.                                                       |
| [Color](/content/guides/plugins/color.md)                       | Place a color in the background for a minimalistic design. With advanced building features turned on, you can create colorful gradients. |
| [Slideshow](/content/guides/plugins/slideshow.md)               | The Slideshow background plugin enables you to add a cycle of images that rotate after a short time.                                     |

## Page Mods

<div align="left"><img src="/files/-M0EdXX8SEF7D4l1Djpn" alt=""></div>

| Plugin                                    | Description                                                                                                                                                                     |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Timer](/content/guides/plugins/timer.md) | The timer plugin allows your page to have a counting down timer and then possibly auto-advance the user to the next page. You can also prevent the user from skipping the timer |
| [Audio](/content/guides/plugins/audio.md) | The audio plugin allows your page to play background audio while the user is on the page.                                                                                       |

Plugins can have advanced features, which you can explore [here.](/content/guides/advanced-builder-features.md)


---

# Agent Instructions: 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:

```
GET https://docs.myguide.care/content/guides/plugins.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
