> For the complete documentation index, see [llms.txt](https://starcrazy-organization.gitbook.io/starcrazywiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://starcrazy-organization.gitbook.io/starcrazywiki/game-items.md).

# Game Items

<figure><img src="/files/KWNp9KeLs7LSvRzXzXwN" alt="" width="224"><figcaption><p> <strong>Energy Battery</strong></p></figcaption></figure>

{% hint style="info" %}
&#x20;**Energy Battery**&#x20;

A battery for your Starz to gain one energy point
{% endhint %}

<figure><img src="/files/dySO9Hjb239vP3iEgnGc" alt="" width="237"><figcaption><p><strong>Magic Essence</strong></p></figcaption></figure>

{% hint style="info" %}
**Magic Essence** &#x20;

An item for you to exchange other game items, such as skill books, in the exchange shop.&#x20;
{% endhint %}

<figure><img src="/files/p24uUSzGkUMTHy8a6ITb" alt="" width="235"><figcaption><p><strong>Magic Essence Pack</strong></p></figcaption></figure>

{% hint style="info" %}
**Magic Essence Pack**&#x20;

A pack for you to get a certain amount of magic essence.&#x20;
{% endhint %}

<figure><img src="/files/yrv40o6rjsDbuV7VEHb6" alt="" width="230"><figcaption><p><strong>Ores</strong></p></figcaption></figure>

{% hint style="info" %}
**Ores**&#x20;

A material for upgrading building on your planet.&#x20;
{% endhint %}

<figure><img src="/files/QSUM1F6krRabDd1DWpra" alt="" width="236"><figcaption><p><strong>Skill Books</strong></p></figcaption></figure>

{% hint style="info" %}
**Skill Books**&#x20;

Books for your starz to learn different skills through training grounds.&#x20;

There are five skills that your Starz can learn through skill books:

**"Flame"**

**"Smashing Rocks"**

**"Vine Whipping"**

**"Freezing Gas"**

**"Toxic Gas"**
{% endhint %}

<figure><img src="/files/QrCl4XuSEufnisnMk2hU" alt="" width="241"><figcaption><p><strong>New Element Miner Pack (Food)</strong></p></figcaption></figure>

{% hint style="info" %}
**New Element Miner Pack (Food)**&#x20;

An item through which you can get a certain amount of food ores.&#x20;
{% endhint %}

<figure><img src="/files/zS1WeW0TbxrFWnqbxgt0" alt="" width="236"><figcaption><p><strong>Unidentified Skill Books</strong> </p></figcaption></figure>

{% hint style="info" %}
**Unidentified Skill Books**&#x20;

Books that need to be identified first in training grounds for leaning skills later.&#x20;
{% endhint %}

<figure><img src="/files/SvHDsZTlvcVrmtWTUegZ" alt="" width="236"><figcaption><p><strong>Building Reconstruction Permit</strong></p></figcaption></figure>

{% hint style="info" %}
**Building Reconstruction Permit**&#x20;

An item needed for upgrading your building quality.&#x20;
{% endhint %}

<figure><img src="/files/ny0dxaVBXvOloyhIgSt6" alt="" width="234"><figcaption><p><strong>Blank Skill Book</strong></p></figcaption></figure>

{% hint style="info" %}
**Blank Skill Book**

A type of skill book for you to document a skill from a Starz.
{% endhint %}

<figure><img src="/files/fKDXkpp7HGZ2U1EK8KVO" alt=""><figcaption><p>Lock</p></figcaption></figure>

{% hint style="info" %}
**Lock**

An icon meaning that an item is bound.
{% endhint %}


---

# 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://starcrazy-organization.gitbook.io/starcrazywiki/game-items.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.
