# Glossary

| **Term**    | **Definition**                                                                                                                                                                                                                                                      |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| CM          | Combat Mission; the waves of battle that earn Territory Points in a Territory Battle.                                                                                                                                                                               |
| DM          | Direct Message; a message that is sent directly in a private channel, instead of a public channel.                                                                                                                                                                  |
| DS          | Dark Side; typically used in conjunction with **TB**.                                                                                                                                                                                                               |
| GET         | Guild Event Token; the Guild Event Store currency awarded in Territory Battles, Territory Wars, and upper tiers of the Sith Triumvirate raid.                                                                                                                       |
| LS          | Light Side; typically used in conjunction with **TB**.                                                                                                                                                                                                              |
| P1 - 6      | Phase 1 - 6; referring to the phases of a TB.                                                                                                                                                                                                                       |
| PM          | Private Message; see **DM**                                                                                                                                                                                                                                         |
| SM          | Special Mission; similar to Combat Missions, but with unique rewards, typically Guild Event Tokens or rare shards.                                                                                                                                                  |
| TB          | Territory Battle; the guild event that the Platoon Assigner is written for.                                                                                                                                                                                         |
| Toon        | This refers to an in-game character. See **Unit**                                                                                                                                                                                                                   |
| TP          | Territory Points; the score your guild achieves in each territory of a Territory Battle which earns stars.                                                                                                                                                          |
| TW          | Territory War; the smaller guild vs. guild event that the Defense Assigner is written for.                                                                                                                                                                          |
| Unit        | This refers to an in-game playable entity. **Toons** and **Ships** are the two kinds of Units.                                                                                                                                                                      |
| unitId      | The unique identifier for a **Unit**, created by the game code.                                                                                                                                                                                                     |
| Webhook URL | A webhook URL is a simple way to give a third party the means to post in one of your Discord server's channels. EchoBase uses a webhook to post assignments. [Go here for more info](https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks). |


---

# 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.echobase.app/glossary.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.
