# Implement Flows

- [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!


---

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