> For the complete documentation index, see [llms.txt](https://help.depence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.depence.com/depence-show-and-animation/depence-show-sequencer/automatic-light-control-alc.md).

# Automatic Light Control  (ALC)

Depence has an Automatic Light Control function, especially for water show programming, which can significantly reduce programming time. When pumps are combined with lights within an aggregate or a connected unit, Depence can automatically synchronize the lights to the water effects.

In the following example, a water wave was applied to a series of pumps. In the sequence, the dimmer channel of all lamps is now set to 100% in the track intensity. The Colormix channel then changes the colors during the sequence.

![](/files/oIXHBVSa9q1kMzSVlJjp)

In order to use the ALC function, the property "ALC Enabled" is set to True in the settings of the scene in which the dimmer is set to 100%.  \
The activated ALC function is marked with a yellow box within the scene.

![](/files/CMGRKuC3xBj8Dxytm3X0)

Further settings can be changed in the Settings window:

* ALC Enabled   -   Switches the ALC function on or off.
* ALC In-Delay Time   -   Delays the switching-on of the light to the switching-on of the pump.
* ALC In-Fade Time   -   Fade-in time of the light.
* ALC Out-Delay Time   -   Delays the switching-off of the light after the pump has been switched off.
* ALC Out-Fade Time   -   Fade out time of the light.


---

# 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.depence.com/depence-show-and-animation/depence-show-sequencer/automatic-light-control-alc.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.
