# Enroll

- [Enrolment overview](https://docs.thewalletcrew.io/enroll/enrolment-overview.md): Define how loyalty, gift, membership, and event passes are enrolled and distributed to customers.
- [Enrolment form](https://docs.thewalletcrew.io/enroll/enrolment-form.md): Set up an enrolment form to collect customer data, apply rules, and issue Apple Wallet and Google Wallet passes.
- [Social sign-in](https://docs.thewalletcrew.io/enroll/enrolment-form/social-sign-in.md): Let users authenticate on enrolment forms with Apple, Google, LINE, or Facebook. Use the provider-verified email to create or retrieve a customer profile.
- [Google Sign-in configuration](https://docs.thewalletcrew.io/enroll/enrolment-form/social-sign-in/google-sign-in.md): Configure Google Sign-In (OAuth 2.0 Client ID) and connect it to The Wallet Crew social sign-in.
- [Apple Sign-in configuration](https://docs.thewalletcrew.io/enroll/enrolment-form/social-sign-in/apple-sign-in.md): Configure Sign in with Apple and connect it to The Wallet Crew social sign-in.
- [LINE Sign-in configuration](https://docs.thewalletcrew.io/enroll/enrolment-form/social-sign-in/line-sign-in.md): Configure LINE Login and connect it to The Wallet Crew social sign-in.
- [Facebook Sign-in configuration](https://docs.thewalletcrew.io/enroll/enrolment-form/social-sign-in/facebook-sign-in.md): Configure Facebook Login for enrolment forms: create a Facebook App, set redirect URIs and allowed domains, then add the App ID in The Wallet Crew admin console.
- [Design](https://docs.thewalletcrew.io/enroll/enrolment-form/design.md)
- [Validation rules](https://docs.thewalletcrew.io/enroll/enrolment-form/validation-rules.md): How form data are validated and what are the default rules
- [Cloudflare Turnstile](https://docs.thewalletcrew.io/enroll/enrolment-form/validation-rules/cloudflare-turnstile.md): Enhance enrolment security with Cloudflare Turnstile to verify human traffic.
- [Redirects](https://docs.thewalletcrew.io/enroll/enrolment-form/redirect.md)
- [Stores](https://docs.thewalletcrew.io/enroll/enrolment-form/stores.md): Creating Store Data for Display on Wallets in The Wallet Crew
- [On your website](https://docs.thewalletcrew.io/enroll/on-your-website.md): Embed an “Add to Wallet” button on your website with The Wallet Crew cinto SDK (Apple/Google detection + desktop fallback).
- [Via Email](https://docs.thewalletcrew.io/enroll/via-email.md): Send The Wallet Crew link via email to enroll customers in mobile wallet
- [Connectors](https://docs.thewalletcrew.io/enroll/via-email/connectors.md)
- [On your mobile app](https://docs.thewalletcrew.io/enroll/on-your-mobile-app.md): Add “Add to Wallet” in a native app using server-side payloads for Apple and Google Wallet.


---

# 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.thewalletcrew.io/enroll.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.
