# Intro

K3 Labs is pioneering the next evolution of blockchain automation by introducing a suite of powerful AI functions - making us the first platform where users can create custom AI agents and run advanced AI analytics and actions directly on blockchain data.

#### Why AI in Web3 Workflow Automation?

Integrating AI into K3 Labs workflows is a game-changer for blockchain automation. With these new AI-powered tools, users can now analyze data, make decisions, and trigger actions in ways that were simply not possible with traditional rule-based automations. Whether it’s summarizing wallet activity, transforming data on the fly, or routing workflows based on natural language prompts, AI unlocks a new level of flexibility and intelligence for Web3 operations.

K3 Labs is the first platform to seamlessly blend AI agents, custom analytics, and actionable automation in one unified toolkit. This lets users - whether you’re a DeFi trader, node operator, or enterprise - build workflows that are smarter, faster, and tailored to the unique demands of blockchain.

***

#### What AI Functions Are Available?

Here’s a quick look at the core AI functions we’ve launched so far:

| <div><figure><img src="/files/CMzIQMbfKMQNtZUcHPJh" alt=""><figcaption></figcaption></figure></div> | <p><strong>AI Agent</strong>:<br>The central building block—AI Agent lets you plug in your favorite AI model (OpenAI, Gemini, Claude, etc.), add a custom prompt, and have it analyze, summarize, or act on your blockchain data. You can use it for simple one-step tasks (like summarizing wallet balances and emailing the results) or leverage advanced features where the agent can call external tools, fetch additional data, or take actions.<br><br><a href="/pages/oOvlpBozObXalqMZhVuI">Learn more about configuring AI Agent.</a></p> |
| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <div><figure><img src="/files/dpCxJitg2op0jfgqLAya" alt=""><figcaption></figcaption></figure></div> | <p><strong>Web Scraper</strong>:<br>Automatically scrape and summarize data from any website - right inside your workflow. Perfect for pulling off-chain data or adding real-time web info to your blockchain operations. Choose the tone of summary and add custom instructions for the AI.</p>                                                                                                                                                                                                                                                  |
| <div><figure><img src="/files/E3YE21ZAc9sFykLbz90V" alt=""><figcaption></figcaption></figure></div> | <p><strong>AI Routing</strong>:<br>An AI-powered conditional function. Instead of using a standard “if” statement, you can write any natural language prompt (e.g., “Is this transaction suspicious?”) and the AI will decide true/false, letting you branch your workflows dynamically based on complex or fuzzy criteria.</p>                                                                                                                                                                                                                   |
| <div><figure><img src="/files/TCIs7Km8yaEaAcY4ywR9" alt=""><figcaption></figcaption></figure></div> | <p><strong>AI Transform</strong>:<br>Use AI to transform or manipulate data at any step. Instead of building formulas or scripts, just describe what you want (e.g., “convert these timestamps to human-readable dates” or “calculate APR using the following formula...”) and the AI does it for you.</p>                                                                                                                                                                                                                                        |

***

#### What’s Next?

This is just the start. We’re rolling out new AI-driven functions and integrations at a rapid pace - so expect even more powerful tools, agents, and automations in the coming weeks / months.&#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://docs.k3-labs.com/introduction/ai-automation-suite/intro.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.
