> For the complete documentation index, see [llms.txt](https://docs.thewalletcrew.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thewalletcrew.io/guides-enrolment/enrolment.md).

# Enrolment

- [Enrolment form](https://docs.thewalletcrew.io/guides-enrolment/enrolment/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/guides-enrolment/enrolment/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/guides-enrolment/enrolment/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/guides-enrolment/enrolment/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/guides-enrolment/enrolment/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/guides-enrolment/enrolment/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/guides-enrolment/enrolment/enrolment-form/design.md): Customize enrolment forms with brand logos, colors, typography, subtitles, and header images.
- [Validation rules](https://docs.thewalletcrew.io/guides-enrolment/enrolment/enrolment-form/validation-rules.md): Configure enrolment form validation rules for required, format, and matching checks.
- [Cloudflare Turnstile](https://docs.thewalletcrew.io/guides-enrolment/enrolment/enrolment-form/validation-rules/cloudflare-turnstile.md): Enhance enrolment security with Cloudflare Turnstile to verify human traffic.
- [Redirects](https://docs.thewalletcrew.io/guides-enrolment/enrolment/enrolment-form/redirect.md): Create managed URLs and QR codes for store-specific enrolment journeys.
- [Stores](https://docs.thewalletcrew.io/guides-enrolment/enrolment/enrolment-form/stores.md): Create and import store location data for enrolment journeys and wallet pass experiences.
- [Download pages](https://docs.thewalletcrew.io/guides-enrolment/enrolment/download-pages.md): Configure hosted download pages that let customers save one or more Apple Wallet and Google Wallet passes.
- [On your website](https://docs.thewalletcrew.io/guides-enrolment/enrolment/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/guides-enrolment/enrolment/via-email.md): Send The Wallet Crew link via email to enroll customers in mobile wallet
- [Connectors](https://docs.thewalletcrew.io/guides-enrolment/enrolment/via-email/connectors.md): Connect email providers and marketing platforms to send secure Wallet links.
- [On your mobile app](https://docs.thewalletcrew.io/guides-enrolment/enrolment/readme-1.md): Add “Add to Wallet” in a native app using server-side payloads for Apple and Google Wallet.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.thewalletcrew.io/guides-enrolment/enrolment.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
