# Deploy Infrastructure

- [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: 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/deploy-infrastructure.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.
