> 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/configure/advanced-configuration.md).

# Configure

- [Enrolment Form](https://docs.thewalletcrew.io/configure/advanced-configuration/enrolment-form.md)
- [Enable Email Check-in on Enrolment Forms](https://docs.thewalletcrew.io/configure/advanced-configuration/enrolment-form/enable-email-check-in-on-enrolment-forms.md): Check if a customer already exists by email, then secure access with optional verification.
- [Platform](https://docs.thewalletcrew.io/configure/advanced-configuration/platform.md): The Wallet Crew documentation is organized around four main areas. Each section covers a distinct part of the setup and operations flow.
- [General](https://docs.thewalletcrew.io/configure/advanced-configuration/platform/general.md)
- [Webhooks](https://docs.thewalletcrew.io/configure/advanced-configuration/platform/general/webhooks.md): Receive real-time HTTP notifications for events in The Wallet Crew.
- [User Access](https://docs.thewalletcrew.io/configure/advanced-configuration/platform/user-access.md): Create an admin account and manage back-office users.
- [API Keys & Secrets](https://docs.thewalletcrew.io/configure/advanced-configuration/platform/api-keys-and-secrets.md): Manage the three types of credentials used to authenticate API calls, SDK integrations, and connector connections.
- [Custom Domain](https://docs.thewalletcrew.io/configure/advanced-configuration/platform/custom-domain.md): Use a brand-owned domain for hosted The Wallet Crew pages such as enrolment, pass download, and account-linked wallet journeys.
- [Data & Integrations](https://docs.thewalletcrew.io/configure/advanced-configuration/platform/data-and-integrations.md): Manage wallet programme reference data, including store and venue locations for geolocated notifications.
- [Stores](https://docs.thewalletcrew.io/configure/advanced-configuration/platform/data-and-integrations/stores.md): Manage physical store and venue locations for geolocated Apple Wallet and Google Wallet pass notifications.
- [Wallet](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet.md)
- [Apple & Google Wallet](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/apple-and-google-wallet.md): Configure Apple Wallet and Google Wallet securely, with brand-owned credentials for compliance.
- [Apple Wallet certificates](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/apple-and-google-wallet/apple-wallet-certificates.md): Configure your Apple Developer account to distribute digital wallet passes through The Wallet Crew platform. This guide covers certificate creation, push notification setup, and credential management
- [Google Wallet Account](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/apple-and-google-wallet/google-wallet-account.md): Set up Google Pay & Wallet Console access and Google Wallet API credentials so The Wallet Crew can issue passes under your brand.
- [Template configuration](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/template-configuration.md)
- [How to Create a Template](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/template-configuration/how-to-create-a-template.md): Customize your wallet pass look and layout: colors, logos/images, field layout, additional info, and links for Apple Wallet and Google Wallet.
- [Cards design (colors, images, and fields)](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/template-configuration/cards-design-colors-images-and-fields.md): Customize your wallet pass look and layout: colors, logos/images, field layout, additional info, and links for Apple Wallet and Google Wallet.
- [How to Translate a template](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/template-configuration/how-to-translate-a-template.md)
- [Wallet Card Security](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/wallet-card-security.md): Apple Wallet and Google Wallet pass security at The Wallet Crew (WaaS): GDPR/CCPA, EU data residency, encryption, tenant isolation, and signed “Add to Wallet” links.
- [Import & Export](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/import-and-export.md)
- [Update Pass Using Flat Files](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/import-and-export/update-pass-using-flat-files.md)
- [Pass Migration](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/import-and-export/pass-migration.md)
- [Move Passes to The Wallet Crew](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/import-and-export/pass-migration/move-passes-to-the-wallet-crew.md): Migrate active Apple Wallet and Google Wallet passes from another provider into The Wallet Crew without forcing customers to reinstall.
- [Export Passes From TWC to Another Provider](https://docs.thewalletcrew.io/configure/advanced-configuration/wallet/import-and-export/pass-migration/export-passes-from-twc-to-another-provider.md): Export your Apple Wallet and Google Wallet passes so a new provider can take over updates, with clear constraints for each platform.
- [Advanced configuration](https://docs.thewalletcrew.io/configure/advanced-configuration/advanced-configuration.md): Advanced tenant configuration for power users: manage YAML files, \`.fctwc\` backups, audit history, and configuration comparisons with The Wallet Crew Support guidance.


---

# 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/configure/advanced-configuration.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.
