> 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/stables.md).

# Stables

How would you ever move anything around without some wheels? The stables provide you with three carts from the beginning so you can haul resources around and get newly crafted weapons out to the docks for transport. Upgrading the stables will give you extra carts, faster wheels, and larger quantities!&#x20;

<figure><img src="/files/Qfsu6R4AxvEU51POK5cG" alt=""><figcaption><p>The Stables</p></figcaption></figure>

**If resource harvesting or weapon construction exceeds the stables capabilities, production will be slowed. Be sure to continuously upgrade transport buildings to ensure maximum production efficiency.**

**Stables Upgrades & Unlocks System:**&#x20;

| Stables Level |        New Unlocks        |
| :-----------: | :-----------------------: |
|       1       | None - Provided to Player |
|       2       |       Quantity Boost      |
|       3       |        Speed Boost        |
|       4       |       Quanity Boost       |
|       5       |        Speed Boost        |
|       6       |          +1 Cart          |
|       7       |       Quantity Boost      |
|       8       |        Speed Boost        |
|       9       |          +1 Cart          |
|       10      |       Quantity Boost      |
|       11      |        Speed Boost        |
|       12      |          +1 Cart          |


---

# 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/stables.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.
