> 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/core-in-game-buildings/loading-docks.md).

# Loading Docks

Ready for some hard-earned cash for all your efforts? Send a cart filled with crafted weapons over to the loading docks for transport. Transporting items from the docks earns you light shards, which is the main currency used in-game. Upgrading the loading docks unlocks new mechanics and boosts to increase exporting capabilities!

**If resource harvesting or any other input of weapon engineering exceeds your docks exporting capabilities, then production is limited to the docks capabilities as the docks are the last step in the process.**

<figure><img src="/files/j6R4HY2pQzbL1k1q951A" alt=""><figcaption><p>The Loading Docks</p></figcaption></figure>

**Loading Docks Upgrades & Unlocks System: (??? = HIDDEN FOR PLAYER EXPERIENCE)**

| Loading Docks Level |        New Unlocks        |        New Effects        |
| :-----------------: | :-----------------------: | :-----------------------: |
|          1          | None - Provided to Player | None - Provided to Player |
|          2          |        Speed Boost        |            ???            |
|          3          |       Quantity Boost      |            ???            |
|          4          |        Speed Boost        |            ???            |
|          5          |       Quantity Boost      |            ???            |
|          6          |          +1 Boat          |            ???            |
|          7          |        Speed Boost        |            ???            |
|          8          |       Quantity Boost      |            ???            |
|          9          |          +1 Boat          |            ???            |
|          10         |        Speed Boost        |            ???            |
|          11         |       Quantity Boost      |            ???            |
|          12         |          +1 Boat          |            ???            |

####


---

# 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/core-in-game-buildings/loading-docks.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.
