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

# How-To Guides

- [Send Credentials](https://docs.learncard.com/how-to-guides/send-credentials.md): How-To Guide: Sending Credentials with LearnCard
- [Export & Import Your Data](https://docs.learncard.com/how-to-guides/export-and-import-your-data.md): How-To Guide: Export, restore, and import all of your LearnCard data
- [Create Signing Authority](https://docs.learncard.com/how-to-guides/create-signing-authority.md): How-To Guide: Configuring a Signing Authority
- [Interoperate with LearnCard](https://docs.learncard.com/how-to-guides/interoperate-with-learncard.md): How-To Guide: Interoperating with LearnCard
- [Verify My Issuer](https://docs.learncard.com/how-to-guides/verify-my-issuer.md): How-To Guide: Join the LEF Trusted Issuer Registry
- [Connect Systems](https://docs.learncard.com/how-to-guides/connect-systems.md)
- [Connect a Website](https://docs.learncard.com/how-to-guides/connect-systems/connect-a-website.md): How-To Guide: Issue Digital Badges from Your Website
- [Embed a Claim Button](https://docs.learncard.com/how-to-guides/connect-systems/embed-a-claim-button.md): How-To Guide: Add a credential claim button to any website using the LearnCard Embed SDK
- [Connect an Embedded App](https://docs.learncard.com/how-to-guides/connect-systems/connect-an-embedded-app.md): How-To Guide: Issue Credentials from Embedded Apps in the LearnCard App Store
- [Connect a Game](https://docs.learncard.com/how-to-guides/connect-systems/connect-a-game.md): How-To Guid: Connect Your Educational Game with LearnCard GameFlow
- [Connect AI Agent](https://docs.learncard.com/how-to-guides/connect-systems/connect-ai-agent.md): How to connect your AI client to LearnCard's MCP server
- [Implement Flows](https://docs.learncard.com/how-to-guides/implement-flows.md)
- [Claim Data after Guardian Consent](https://docs.learncard.com/how-to-guides/implement-flows/claim-data-after-guardian-consent.md): How to implement the Consentful "Claim Later" Flow
- [Guardian-Gated Credentials](https://docs.learncard.com/how-to-guides/implement-flows/guardian-gated-credentials.md): How-To Guide: Sending credentials that require guardian approval before a minor can claim them
- [Connect via CHAPI](https://docs.learncard.com/how-to-guides/implement-flows/chapi.md): Sending and Receiving Credentials across interoperable Wallets
- [CHAPI Wallet Setup Guide](https://docs.learncard.com/how-to-guides/implement-flows/chapi/chapi-wallet-setup-guide.md): Learn how to use LearnCard to build a CHAPI compliant wallet application
- [Translating to CHAPI documentation](https://docs.learncard.com/how-to-guides/implement-flows/chapi/translating-to-chapi-documentation.md): How to translate LearnCard's methods into the CHAPI documentation's methods
- [Demo Application](https://docs.learncard.com/how-to-guides/implement-flows/chapi/demo-application.md): Let's Build a CHAPI Wallet App together!
- [Using LearnCard to Interact with a CHAPI Wallet](https://docs.learncard.com/how-to-guides/implement-flows/chapi/using-learncard-to-interact-with-a-chapi-wallet.md): Learn How to Store an Issued Verifiable Credential into a CHAPI compliant Wallet with LearnCard!
- [Cheat Sheets](https://docs.learncard.com/how-to-guides/implement-flows/chapi/cheat-sheets.md)
- [Issuers](https://docs.learncard.com/how-to-guides/implement-flows/chapi/cheat-sheets/issuers.md): Add the following code to issue credentials via CHAPI with LearnCard!
- [Wallets](https://docs.learncard.com/how-to-guides/implement-flows/chapi/cheat-sheets/wallets.md): Add the following files/routes to your app to become CHAPI compliant!
- [Deploy Infrastructure](https://docs.learncard.com/how-to-guides/deploy-infrastructure.md)
- [Remote Key Management](https://docs.learncard.com/how-to-guides/deploy-infrastructure/managing-seed-phrases.md): Remote Key Management System (KMS) for LearnCard
- [SSS Key Management Config](https://docs.learncard.com/how-to-guides/deploy-infrastructure/sss-key-management-config.md): Configure and deploy SSS key management for your LearnCard instance
- [Generate API Tokens](https://docs.learncard.com/how-to-guides/deploy-infrastructure/generate-api-tokens.md)
- [Signing Authority](https://docs.learncard.com/how-to-guides/deploy-infrastructure/signing-authority.md): How-To Guide: Delegating Credential Issuance with Your Own AWS-Hosted Signing Authority
- [Deploy Your Own Network](https://docs.learncard.com/how-to-guides/deploy-infrastructure/deploy-your-own-network.md)
- [Connect to Independent Network](https://docs.learncard.com/how-to-guides/deploy-infrastructure/connect-to-independent-network.md): Setting Up ConsentFlow with an Independent Network
- [Build a Plugin](https://docs.learncard.com/how-to-guides/deploy-infrastructure/the-simplest-plugin.md): The simplest plugin


---

# 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.learncard.com/how-to-guides.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.
