> For the complete documentation index, see [llms.txt](https://light-in-the-dark-1.gitbook.io/litd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://light-in-the-dark-1.gitbook.io/litd/land-elements-and-mechanics/water.md).

# Water

Water represents both rivers and waterfalls that your land may have. Having direct access to water allows you to fish, collect water for crafting, and so much more. Waterfalls unlock a separate speed boost for the loading docks to help export items faster. There's a total of 19 different water features your land may have.

**Water Variations & Associated Mechanics:**

|      Variation     | In-game Mechanic |                     Bonus Mechanics                    |
| :----------------: | :--------------: | :----------------------------------------------------: |
|        None        |       None       |                          None                          |
|       River 1      |  Water Mechanics |                          None                          |
|       River 2      |  Water Mechanics |                          None                          |
|       River 3      |  Water Mechanics |                          None                          |
|       River 4      |  Water Mechanics |                          None                          |
|     Waterfall 1    |  Water Mechanics |                 3% Loading Docks Boost                 |
|     Waterfall 2    |  Water Mechanics |                 6% Loading Docks Boost                 |
|     Waterfall 3    |  Water Mechanics |                 9% Loading Docks Boost                 |
|     Waterfall 4    |  Water Mechanics |                 12% Loading Docks Boost                |
|     Waterfall 5    |  Water Mechanics |                 15% Loading Docks Boost                |
| Double Waterfall 1 |  Water Mechanics | 18% Loading Docks Boost & Extra Exporting Capabilities |
|     Waterfall 6    |  Water Mechanics |                 21% Loading Docks Boost                |
|     Waterfall 7    |  Water Mechanics |                 24% Loading Docks Boost                |
|     Waterfall 8    |  Water Mechanics |                 27% Loading Docks Boost                |
|     Waterfall 9    |  Water Mechanics |                 30% Loading Docks Boost                |
|    Waterfall 10    |  Water Mechanics |                 33% Loading Docks Boost                |
|    Waterfall 11    |  Water Mechanics |                 36% Loading Docks Boost                |
|    Waterfall 12    |  Water Mechanics |                 39% Loading Docks Boost                |
| Double Waterfall 2 |  Water Mechanics | 42% Loading Docks Boost & Extra Exporting Capabilities |


---

# 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:

```
GET https://light-in-the-dark-1.gitbook.io/litd/land-elements-and-mechanics/water.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.
