# FAQ

## Discord

<details>

<summary>There is a post for assignments, but the assignments aren't showing up. Why?</summary>

Turn on this setting in Discord: **`User Settings`** > **`Text & Images`** > **`Link Preview`**

</details>

<details>

<summary>Why are my guild mates receiving @mentions or DMs but not me?</summary>

[Include @mentions](/settings/include-mentions.md)

[Send DMs to each member](/settings/send-dms-to-each-member.md)

</details>

<details>

<summary>My guild has switched Discord servers, or I accidentally registered my guild in the wrong Discord server. Help!</summary>

After inviting EchoStation into the correct Discord server, you can use the [/register](/echostation/guild-commands/register.md#guild) command to tell EchoBase that your guild is in a different server. It will forget the old server.

:white\_check\_mark: You can do this as many times as you need.

</details>

<details>

<summary>Is EchoStation compatible with guild Alliances that share a single Discord server?</summary>

Absolutely! If any guild wants to register with EchoStation, even after it has been invited to your alliance server, they should use the [/register](/echostation/guild-commands/register.md#guild) command and they'll be good to go.

You can even unlock Patreon benefits for your whole alliance by joining [Donations](/donations.md#patreon).

</details>

<details>

<summary>How do I invite the EchoStation bot to my Discord server?</summary>

If you are an admin of your server, use this link. Otherwise, give this link to an admin.

<https://discordapp.com/oauth2/authorize?client_id=416767534528987137&scope=bot&permissions=805829696>

</details>

<details>

<summary>Why does the EchoStation bot look like it is offline?</summary>

A bot will appear offline in a Discord server when the server that is hosting the bot stops communicating with Discord, likely due to the server being down, or even crashed. There are a couple of possible reasons for this.

* I might be in the middle of releasing an update. If this is the case, typically, you'll see EchoStation come back online within a minute or two. You can always [check the public Discord server](https://discord.gg/MnkBsyT) for release activity.
* If I'm not releasing anything and the bot is offline, the server is down unexpectedly and I need to be notified so that I can bring it back online. Please log into the [public Discord server](https://discord.gg/MnkBsyT) and let me know what's going on.&#x20;

</details>

## General

<details>

<summary>How do I access the TB Platoon Assigner?</summary>

Log in to <https://echobase.app> using your ally code, and navigate to **TB Platoon Assigner**.

</details>

<details>

<summary>Why is the Platoon Assigner submit button disabled?</summary>

In order to submit a phase for assignments, 100% of the platoon requirements must be filled in or ignored. Also, you must either choose a Discord channel or a webhook URL in your settings so that the assignments can be posted. If you don't wish to post assignments, you can click "Preview" to view the assignments in the webapp only.

[Usage Guide](/tb-platoon-assigner/usage-guide.md)

[Ignoring Platoons](/tb-platoon-assigner/usage-guide/ignoring-platoons.md)

</details>

<details>

<summary>Is there a mobile app version of EchoBase?</summary>

No, but.. sort of. Follow these steps in your mobile browser to create a real app feel!

* iOS Safari
  * tap the Share icon at the bottom of the screen
  * select **Add to Home Screen**
* Chrome for Android
  * tap the Menu button at the top of the screen
  * select **Add to Home Screen**

</details>

<details>

<summary>How do I get an Echo Role? (EchoCommander, EchoAdmin, etc.)</summary>

[Echo Roles](/echostation/echo-roles.md)

</details>


---

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