# Example Background Plugins

### AutoSpinSymmetry

Allows you to precisely control the spin speed of the symmetry widget

### CrossfadeLayers

Cycles through all layers, fading one out as the next one fades in. An example of using shader parameters to fade strokes in and out

### DrawAndAnimateStrokes

An example of drawing procedurally on startup and then using shader parameters to animate the strokes it has created

### Lines

An example of drawing continuously. It draws random straight lines for as long as the script is active.

### RandomPanorama

Randomly downloads a panorama from Openverse and sets it as the current skybox. Not every skybox is valid so you might need to toggle the script a few times. Also - they are quite large files. If you're short of space - make sure you have a clear out occasionally!


---

# 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.openbrush.app/user-guide/using-plugins/example-plugins/example-background-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.
