# Continent Map Overview

![Icon](https://785480918-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgLBToA--UPl-f92wWn%2Fuploads%2Fgit-blob-5af52ce5974842c9a1648c08b78002882a4a9de9%2FIcon.png?alt=media)

This module displays the resources received and required to acquire sector provinces on the campaign map.

{% hint style="warning" %}
To open this module, the sector on the game's campaign map window must be opened first.
{% endhint %}

## Menu Overview

![Menu Layout](https://785480918-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgLBToA--UPl-f92wWn%2Fuploads%2Fgit-blob-3dd752df5ab7b1f21744ac3bc9538944924ec5c4%2FMenu-layout.png?alt=media)

The campaign map overview is structured as follows:

* Sector name - name of sector currently open
* Rewards - Rewards received by acquiring sector
* Resource requirement table:
  * Resource item - type of goods needed for sector acquiring
  * Required - column shows how much of each good is needed to negotiate for the province.
  * In Stock - column shows how much of that resource the player currently owns.
  * Remaining / Needed - column represent the difference between "In Stock" and "Required"

{% hint style="info" %}
Resources you are missing are shown in red. Surplus resources are shown in green.
{% endhint %}


---

# 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/continent.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.
