> For the complete documentation index, see [llms.txt](https://wiki.fenixcraft.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.fenixcraft.cz/survival-sekce/knizky.md).

# Knížky

### <mark style="color:green;">Knihy nástrojů</mark>

{% tabs fullWidth="true" %}
{% tab title="Podvodní kopání" %}

<figure><img src="/files/6UH8Mrn3SSCDAlYCCSjk" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Štěstí" %}

<figure><img src="/files/69OpNN3RTaCGfbcKWGnO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Cesty k bohatství" %}

<figure><img src="/files/eWB2XboPlr06618EtxAS" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Ostrého nástroje" %}

<figure><img src="/files/wpbGnTvVHweVnk3IrTky" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Mocného nástroje" %}

<figure><img src="/files/7Yxc9p9b2dk3ITK2nSIZ" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### <mark style="color:orange;">Knihy střelby</mark>

{% tabs fullWidth="true" %}
{% tab title="Mrazivého šípu" %}

<figure><img src="/files/bwsduUSr4IU0TyikTLJ9" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Otráveného šípu" %}

<figure><img src="/files/mkVVaca73alohFkQ6s0h" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Průrazného výstřelu" %}

<figure><img src="/files/9S5ZLX8Ght52dDHfb2Z3" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Krvavého šípu" %}

<figure><img src="/files/5Jm2TBi8IzU1TaSgr4NU" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Zkušené střelby" %}

<figure><img src="/files/U1uQ0trS2hTq8Klpb8d7" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### <mark style="color:yellow;">Knihy útoku</mark>

{% tabs fullWidth="true" %}
{% tab title="Průrazu" %}

<figure><img src="/files/2Eku4KC4nwZqJ8CCv6hy" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Útoku" %}

<figure><img src="/files/PL4LZwXfV8N2d4CnOsRk" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Strachu" %}

<figure><img src="/files/eU1dbmoMgA7C1vNjd8si" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Rychlého útoku" %}

<figure><img src="/files/2EPPa0EvMgqqQDnUpZyc" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Aury meče" %}

<figure><img src="/files/n3MqBZITz98Om3I0Y2J7" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### <mark style="color:purple;">Knihy Prutů</mark>

{% tabs fullWidth="true" %}
{% tab title="Moří" %}

<figure><img src="/files/Wb0t2HuScnIfsP0fDsbT" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Oceánů" %}

<figure><img src="/files/8Nhg6sKGS96KwfFkPJaK" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://wiki.fenixcraft.cz/survival-sekce/knizky.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.
