# Verification types

Based on how you've set up your event, there are various things that the Verifier app may be checking for.

## Wallets

For non-ticketed events, verifiers should scan guests' wallets rather than tickets to verify that they own the necessary collectibles to pass the token gate.

A guest might have various wallets linked to their tokenproof app. Make sure verifiers are scanning the wallet that holds the tokens necessary for entry.

## Tickets

For ticketed events, verifiers should scan guests' tickets rather than their wallets. If there are tokens required for entry in addition to holding a ticket, verifiers will still only need to scan guests' tickets.


---

# Agent Instructions: 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.tokenproof.xyz/documentation/tokenproof-apps/portal/events/managing-an-event/check-in-attendees/verification-types.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.
