# Drivers / Modulators

Each parameter of a block can be adjusted by hand. But what if you want to automate them?

Say hello to Drivers, basically Block Stacks that can be attached to a parameter creating a behavior that controls its value.

## Controls

There's a few controls that's good to know about

| Action             | How                                                            |
| ------------------ | -------------------------------------------------------------- |
| Attach a driver    | Click on the small empty rounded rectangle next to a parameter |
| Detach a driver    | Alt+click on a filled rounded rectangle next to a parameter    |
| Exit driver        | Esc                                                            |
| Adjust value range | Slide the diamond shaped nubs on a drive parameter             |


---

# 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.scenic.tools/guide/drivers.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.
