# Notes

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

Write down everything you need, sorted in groups and again in pages. This way you can document your game play, even across devices.

{% hint style="success" %}
All notes are saved via API on the foe-helper.com server and are therefore saved on all devices except the cell phone
{% endhint %}

## Menu Overview

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

1. "Groups" - comparable with a category structure
2. "Pages" - are the subcategories of the groups
3. "Settings" - only make sense if groups and pages are available
4. Every page has and needs a heading
5. Content area - just click and start writing

## Usage

### Start

First of all a group must be created. If this group is available, you can create as many pages as you like.

### Writing

To insert text you only have to click with the mouse in the corresponding area. Saving is done automatically when you click with the mouse anywhere outside the area. This applies to both the headline and the content.

### Change/Edit

If you want to change group or page names you have to click on the gear wheel in the upper right corner. This activates the "Edit Mode":

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

With a click on a pen you can either change the name or delete the corresponding element:

![Edit or delete a page](https://785480918-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgLBToA--UPl-f92wWn%2Fuploads%2Fgit-blob-7a3b6a80244bf21e0567787dd882a9090047d983%2Fedit-or-delete-a-page-or-site.png?alt=media)

{% hint style="warning" %}
If you delete a group all subordinated pages will be deleted!
{% endhint %}

If the "Edit Mode" is active, you have the possibility to re-sort the groups or the pages via Drag\&Drop:

![Sort groups](https://785480918-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgLBToA--UPl-f92wWn%2Fuploads%2Fgit-blob-219d59090a95df9a892832cb13bcde5a735d48c0%2Fsort-groups.png?alt=media) ![Sort sites](https://785480918-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgLBToA--UPl-f92wWn%2Fuploads%2Fgit-blob-d0054d7606b019b6233c32ea7e9a44c6179c865b%2Fsort-sites.png?alt=media)


---

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