# RiverSplit Node

## General Description

The **RiverSplit node** is a split in the river network. It is intended for a simple case of where fixed ratio of flow is required to be distributed to multiple downstream routes. [API Reference](https://pywr.github.io/pywr-docs/master/api/generated/pywr.domains.river.RiverSplit.html).

## Primary Attributes

<table><thead><tr><th width="180.33333333333331">Name</th><th width="355">Description</th><th>Required</th></tr></thead><tbody><tr><td>factors</td><td>The factors to force on the additional splits. Number of extra_slot is assumed to be one less than the length of factors (as per <em>pywr.nodes.MultiSplitLink</em> documentation).</td><td>Optional</td></tr><tr><td>slot_names</td><td>The identifiers to refer to the slots when connect from this Node. Length must be one more than the number of extra slots required.</td><td>Optional</td></tr></tbody></table>

## Examples

coming soon...


---

# 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://water-strategy.gitbook.io/waterstrategy/modeling-basics/node-types/water-transport/riversplit-node.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.
