> For the complete documentation index, see [llms.txt](https://docs.flexy.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flexy.bot/modules/discord/steps/get-guilds.md).

# Get guilds

**Introduction**

The "Get Guilds" step retrieves a list of all guilds/servers associated with a specific Discord bot connection. This step is useful for automations requiring access to guild information.

**Configuration**

* **Connection**: Specifies the Discord bot connection to use. This parameter is required.

**Outputs**

* **Guilds**: A list of guilds retrieved through the specified connection. Each guild in the list contains detailed information as per the `GuildType` schema.
