# Connect Systems

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


---

# 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/connect-systems.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.
