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

# Discord

### Discord - Account Age

Check when members created their Discord account to filter based on account age and reduce bot accounts.

#### Setting up account age requirements

**1. Configure the requirement**

* In the role editor, click **"Add requirements"** and go to **Discord**
* Choose **Account age** from the options
* Select a date and choose your logic:
  * **On** - Account created exactly on this date
  * **After** - Account created after this date
  * **Before** - Account created before this date
  * **After or on / Before or on** - Include the exact date
* Customize the requirement name and image if you want
* Click **"Add requirement"**

Members connect their Discord account and Guild automatically checks when they created it.

***

### Discord - Discord Member

Check server-specific information like roles, nicknames, and membership duration for members in Discord servers. You don't need to be an admin on the server, but you must be a member.&#x20;

#### Setting up server member requirements

**1. Configure the requirement**

* In the role editor, click **"Add requirements"** and go to **Discord**
* Choose **Discord member** from the options
* First select which Discord server to check
* Then choose what to verify:
  * **Role** - Member has a specific server role (most common)
  * **Nickname** - Member has a particular nickname set
  * **Server member since** - How long they've been in that server (uses same date logic as account age)
  * **Premium since** - When they got server premium (Nitro boosts)
* Customize the requirement name and image if you want
* Click **"Add requirement"**

Members connect Discord and Guild checks their status in the specified server. They must be in the target server for verification to work.


---

# 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:

```
GET https://docs.guild.xyz/guild/how-to-setup-requirements/discord.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.
