# NOTES

The **Notes** application is a personal organizer for players. It allows them to write down important information, format text, and share notes with others. Developers can use these exports to automatically create notes for players (e.g., finding a letter with a clue, receiving instructions from an NPC) or retrieve existing notes for specific gameplay mechanics.

#### Available Exports

Below is a quick reference list of server-side exports available for this application.

* **`Notes_FetchNotesById`**
* **`Notes_FetchNotesByNumber`**
* **`Notes_AddNoteBySrc`**
* **`Notes_AddNoteByNumber`**
* **`Notes_DeleteNote`**

To learn more about specific exports, please navigate to the next tab.
