# Connect Dependencies

Dependencies are logically connected between fixtures. These can share information on water (pressure, flow rate, etc), lighting or power. Dependencies are elemental, especially for fountain devices.

![](/files/-MhI_kYufZO2ZTkAC6-u)

*A classic example: Nozzles connected to valves, which are further connected to a water distributor, which gets finally powered by one or more pumps.*

In general, there are two types of fixtures:

**Active Fixtures:**\
All fixtures, which are delivering information and are usually DMX controlled like pumps or valves.

**Passive Fixtures:**\
All fixtures, which do only have dependency connectors waiting for an input signal. Like nozzles.

Passive fixtures, which are added to the scene, will always simulate input of 100% until they get connected to an active fixture. For example, a nozzle fixture will emit water even if it's not connected to a pump. This behavior makes the scene-building process easier.


---

# 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://help.depence.com/depence-construction/depence-connect-dependencies.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.
