> 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/world-id-profile.md).

# World ID profile

Verify members' World ID credentials to ensure human verification and check specific profile attributes. Perfect for Sybil resistance and identity verification.

**Setting up World ID Profile requirements:**

* In the role editor, click **"Add requirements"** and select **World ID Profile**
* Select what to check from the dropdown options:
  * **Given Name** - Verify the member's first name
  * **Family Name** - Verify the member's last name
  * **Verification Level** - Check the level of World ID verification&#x20;
    * For Verification Level, choose from:
      * **Orb** - Highest verification level using Worldcoin orb scanning
      * **Device** - Device-based verification
      * **Document** - Document-based identity verification
      * **Secure Document** - Enhanced document verification with additional security
* Add custom image and name for the requirement if you want
* Click **"Add requirement"**

Members connect their World ID and Guild automatically verifies the selected profile attributes. This ensures only verified humans can access roles while checking specific identity criteria.


---

# 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/world-id-profile.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.
