> For the complete documentation index, see [llms.txt](https://docs.echobase.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.echobase.app/echostation/guild-commands.md).

# Guild Commands

Most of these commands may only be run by those with an Echo Role.

{% content-ref url="/pages/-LOzt-QRQDsuBJ3dD36g" %}
[Echo Roles](/echostation/echo-roles.md)
{% endcontent-ref %}

## Getting Started

These commands are the most important for EchoStation users to understand. Once a [guild is registered](/echostation/guild-commands/registerguild.md) to a Discord server, assignments can be made with the [assignplatoons command](/echostation/guild-commands/assignplatoons.md). If you want to continue using the webapp for sending assignments instead, a channel in that server needs to be [verified for assignments](/echostation/guild-commands/verify.md) or a [Webhook](/settings/webhook-url.md) needs to be supplied. These things and more can be checked using the [guildstatus command](/echostation/guild-commands/guildstatus.md).

{% content-ref url="/pages/-LL6LeMQTohJI7lHwlyr" %}
[registerguild](/echostation/guild-commands/registerguild.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LL6Y8kXJ5vY8SBuv72x" %}
[guildstatus](/echostation/guild-commands/guildstatus.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LSLiaa0hOkBETZGDR83" %}
[verify](/echostation/guild-commands/verify.md)
{% endcontent-ref %}

## Advanced Setup

Sometimes a little more setup is needed. Check out these advanced topics to learn more:

{% content-ref url="/pages/-LSLb2UHFz2Nud7hRtQu" %}
[forceguildsync](/echostation/guild-commands/forceguildsync.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LV4KfVTvwyXvO\_Dz3ru" %}
[guildlanguage](/echostation/guild-commands/guildlanguage.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LbBe8nE4ovzdt7mlR1x" %}
[guildpin](/echostation/guild-commands/guildpin.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LV4K\_u6It7FQP4EDcZz" %}
[guilddonationpreferences](/echostation/guild-commands/guilddonationpreferences.md)
{% endcontent-ref %}

## Platoon Commands

Ready to send out some assignments?

{% content-ref url="/pages/-LbxpH\_e2TWBXMyWhlAS" %}
[assignplatoons](/echostation/guild-commands/assignplatoons.md)
{% endcontent-ref %}

Would you like to know where your guild stands in the farm for all those platoon requirements?

{% content-ref url="/pages/-LaSAwYkKsYtRXfFMLil" %}
[platoonreport](/echostation/guild-commands/platoonreport.md)
{% endcontent-ref %}

## Undoing Things

Need to unregister your guild from a Discord server?

{% content-ref url="/pages/-LL6S9z5YTm7j8MMU7p9" %}
[unregisterguild](/echostation/guild-commands/unregisterguild.md)
{% endcontent-ref %}

Want to remove a channel from the verified channels list?

{% content-ref url="/pages/-LSLlJuqSD19vTjig4PD" %}
[unverify](/echostation/guild-commands/unverify.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.echobase.app/echostation/guild-commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
