# Crypto.com AI Agent SDK

- [AI Agent SDK](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/quickstart.md)
- [Quick Start Guide: Simulation Entry Point](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/quick-start-guide-simulation-entry-point.md)
- [Core Concepts Overview](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview.md)
- [Blockchain Functions](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions.md)
- [Wallet Management](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions/wallet-management.md)
- [Token Interaction](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions/token-interaction.md)
- [Transaction Queries](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions/transaction-queries.md)
- [Block Information](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions/block-information.md)
- [CronosID Operations](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions/cronosid-operations.md)
- [Defi Operations](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions/defi-operations.md)
- [Crypto.com Exchange](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/blockchain-functions/crypto.com-exchange.md)
- [Plugins](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/plugins.md)
- [Messaging Platform Plugins](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/plugins/messaging-platform-plugins.md)
- [Telegram Plugin](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/plugins/messaging-platform-plugins/telegram-plugin.md)
- [Discord Plugin](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/plugins/messaging-platform-plugins/discord-plugin.md)
- [Tools](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/tools.md)
- [Advanced Usage: Custom Instructions](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/advanced-usage-custom-instructions.md)
- [Dynamic AI Model Manager](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/dynamic-ai-model-manager.md)
- [AWS Bedrock](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/core-concepts-overview/dynamic-ai-model-manager/aws-bedrock.md)
- [AI Agent SDK Examples](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/ai-agent-sdk-examples.md)
- ["Magic Link" Signer](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/ai-agent-sdk-examples/magic-link-signer.md)
- [AI Agent Chatbot](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/ai-agent-sdk-examples/ai-agent-chatbot.md)
- [Crypto.com AI Agent SDK BigQuery Integration](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/ai-agent-sdk-examples/crypto.com-ai-agent-sdk-bigquery-integration.md)
- [AWS Lambda with Docker](https://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk/ai-agent-sdk-examples/aws-lambda-with-docker.md): Deploy cryptocom-agent-client as a serverless AWS Lambda function using Docker.


---

# 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://ai-agent-sdk-docs.crypto.com/crypto.com-ai-agent-sdk.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.
