# Inventory & Market

<figure><img src="/files/1hACPLiQs1g8SLAdu60R" alt=""><figcaption></figcaption></figure>

On the top bar of the game panel, you'll find the **Inventory.**&#x20;

**This place serves two functions:**

* It allows you to view all the resources you currently possess,
* By clicking on the shopping cart icon, you can at any time proceed to trade a given resource (Market).

## **Market**

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

In Space Cartels, you can trade almost any resource any number of times per turn.&#x20;

Most resources have the same purchase and sale price, which means if you accidentally buy 10 units of Steel for 60 Amero, you can sell it without loss and get back 60 Amero.&#x20;

*However, remember that the purchase and sale price will not always be the same - more on that later.*&#x20;

The price of each resource is variable and adjusts every turn, depending on whether purchases or sales of that resource by players dominated the previous turn.

**Example**

In the first turn, players of a given season sold a total of **100 units** of steel and purchased **110 units**, resulting in a demand exceeding supply by 10 units. Such a situation means that the price of steel in the second turn will increase by **4.76%.**&#x20;

*The price of a resource can never fall or rise by more than **7% per turn.***


---

# 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://space-cartels.gitbook.io/space-cartels-first-steps-guide/language-english/inventory-and-market.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.
