# Strategies

Nofts meet on the battlefield, and each tries to stay alive. A Noft's expression depends on Noft's abilities. And behavior on strategy. The strategy is the principle by which a noft uses his attacks. The strategy is set by the user before the match. A different strategy can be set for each match.&#x20;

<img src="/files/t3MEw7kNc86piF7qu0ym" alt="" data-size="original">

{% tabs %}
{% tab title="AUTO" %}
One of the strategies is chosen randomly
{% endtab %}

{% tab title="HIDE" %}
Noft waits for the best time to make a skillful kill. Pick this one so Noft won't chase others, take cover, shoot if someone's nearby, and search for first-aid kits if needed.
{% endtab %}

{% tab title="PROTECT" %}
Noft that having damage seeks a medkit. Select this one to have Noft chase his target, flee if he loses HP and search for medkits if needed.
{% endtab %}

{% tab title="ATTACK" %}
Noft attacks anything that gets in the way. Choose this one, so Noft stalks the target, doesn't flee or get from its course for bonuses.
{% endtab %}
{% endtabs %}

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

![](/files/Pp4dFB60Wk1UtpjLeRAW)


---

# 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://noftgames.gitbook.io/hi/game/strategies.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.
