> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/games/carrier-command-2/game-guide/carrier-operations/logistics.md).

# Logistics

Carrier Command has a basic (but essential) logistics system.

You earn credits by killing hostile units and controlling islands. You manufacture units, fuel and ammunition by spending credits at the islands you control. These build what you have ordered.

You can manufacture items at islands if you have enough credits. Select the island from the map and then use the +1, +100 buttons to set the number of items you want to build.

<figure><img src="/files/H0AlROjd3GmCtknlsyIH" alt=""><figcaption></figcaption></figure>

To transport your newly built items from islands to the carrier you must use a barge. First, place an “request” for your new item in the inventory stock screen.

Click on the row for the item you want to transport. And Use the +1/+10/+100 buttons to set your order count for this carrier. This will control the amount of cargo your barges will collect and bring to you.

<figure><img src="/files/x3P4m5HuIXpXmeqj4sTF" alt=""><figcaption></figcaption></figure>

Then, use the inventory screen to select a Barge and assign it waypoints.

<div align="center" data-full-width="false"><figure><img src="/files/X0IOJO8IXnhtslqSXQ9l" alt=""><figcaption></figcaption></figure></div>

For a barge to pick up the cargo you have requested you MUST give it a waypoint order to the island containing your desired items AND a waypoint order to deliver to your Carrier. If you do not include a carrier in the waypoints list, the barge **WILL NOT LOAD CARGO**

<figure><img src="/files/wrcPI4oGOB2t4e8qsyl4" alt=""><figcaption></figcaption></figure>

Once the barge gets in range of your carrier it will unload.

<figure><img src="/files/tT0rdeuIELqR48bAqlIl" alt=""><figcaption></figcaption></figure>

Cargo recently delivered to your carrier will be shown on the delivery log screen above the logistics panels

<figure><img src="/files/Hn5O116vsLTuvRKPpso8" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.trickys.gg/games/carrier-command-2/game-guide/carrier-operations/logistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
