# Negotiation Helper

![Icon](/files/lef08dHvN9EdC7mPjWPC)

In many parts of the game, negotiations must be carried out — sometimes simple, sometimes complex. This module is designed to help you with them.

## Menu Overview

![Negotiation table](/files/9Bf52nk7MCpzViojXEDW)

The dialog provides the following information and options:

* **Save current goods?** – If enabled, the current-age goods will be prioritized for suggestions. If disabled, goods from the previous age will be tested first.
* **Save medals?** – When enabled, medals are preserved until all other goods have been tested. This is especially useful in earlier ages.
* **Chance** – Indicates the probability of completing the current round.
* **Round** – Shows how many negotiation rounds remain. If a Tavern boost is active, the assistant will recognize this and display `1/4` accordingly.
* **Preferred order** – Lists the resources available for the negotiation. You can change their order before the first round via drag & drop.

## Configuration

![Settings menu](/files/3fYSHdBzpbmJXhZ3L5SZ)

In the settings, you can choose whether the Negotiation Assistant should launch automatically when a negotiation starts.

## Usage

The bottom half of the dialog displays the resources the tool suggests for negotiation.\
Once you’ve selected your resource and clicked **Pay & Negotiate**, suggestions for the next round will appear:

![Negotiation table Round 2](/files/RI4uD1l8qc2XkBbCu0p9)

The small circles below the suggestions show the **shortcut keys** you can use.\
For example, in the third column in the image above, it shows `3-1`:

* Press **3** to select the third negotiator.
* Press **1** to assign the sixth resource (e.g., Supplies).
* Once all offers are selected, press **Spacebar** to confirm payment.

{% hint style="warning" %}
If you manually select and pay with a resource that wasn’t suggested, you’ll get a warning. From that point, support will be disabled for the current negotiation:
{% endhint %}

![Wrong good selected](/files/V6blWUQmooEpvGKwILqD)

## FAQ

**Q: Why doesn’t the Negotiation Assistant appear during Guild Battleground negotiations?**\
A: The assistant not only helps negotiate better, but also faster. This affects the balance of Guild Battlegrounds, so the feature was disabled there.\
It remains active in other areas like Expeditions, Quests, and Feudal Japan.


---

# 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://docs.foe-helper.com/english/module/negotiation.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.
