> 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/poap.md).

# POAP

Check if members own specific POAP (Proof of Attendance Protocol) NFTs. Perfect for verifying event attendance, community participation, or milestone achievements.

**Setting up POAP requirements:**

* In the role editor, click **"Add requirements"** and select **Attend** **POAP event**
* Enter the **Event ID** of the POAP you want to check
* Add custom image and name for the requirement if you want
* Click **"Add requirement"**

Members connect their wallet and Guild automatically checks if they own the specified POAP. \
POAPs are verified across all connected wallet addresses in their Guild profile.

You can find POAP Event IDs on the POAP website or by checking the POAP's details on platforms like OpenSea. Use multiple POAP requirements to verify attendance at different events.


---

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