# AI Agent SDK Examples

This page provides examples and demonstrations of how the AI Agent SDK interacts with the blockchain to perform on-chain actions:

1. Clone and run a local signer app for processing signature requests. The Magic Link will redirect to this app, allowing you to sign transactions or token swaps when interacting with the AI agent SDK.

{% content-ref url="/pages/KDVaWdniN5Y7U3UFcvrl" %}
["Magic Link" Signer](/crypto.com-ai-agent-sdk/ai-agent-sdk-examples/magic-link-signer.md)
{% endcontent-ref %}

2. The Crypto.com AI Agent Chatbot guide demonstrates how to build a chatbot app that allows users to interact with blockchain services through natural language.

{% content-ref url="/pages/bPCTxvCMMtcE6SxkLmIl" %}
[AI Agent Chatbot](/crypto.com-ai-agent-sdk/ai-agent-sdk-examples/ai-agent-chatbot.md)
{% endcontent-ref %}

3. The Crypto.com AI Agent SDK BigQuery Integration example provides a BigQuery integration for the Crypto.com AI Agent Client, enabling natural language queries against blockchain data stored in Google Cloud BigQuery. The integration allows users to query blockchain information using conversational language, which is then converted to SQL and executed against BigQuery datasets.

{% content-ref url="/pages/7ngORRw0PiGswv3xGX24" %}
[Crypto.com AI Agent SDK BigQuery Integration](/crypto.com-ai-agent-sdk/ai-agent-sdk-examples/crypto.com-ai-agent-sdk-bigquery-integration.md)
{% endcontent-ref %}

Stay tuned for more examples on our [Crypto.com AI Agent SDK Updates](https://x.com/cryptocom_agent).&#x20;


---

# 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/ai-agent-sdk-examples.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.
