The AI assistant does more than write code. It has access to a set of tools that let it take real actions in your project — from generating images to deploying your site.Documentation Index
Fetch the complete documentation index at: https://docs.hiveku.com/llms.txt
Use this file to discover all available pages before exploring further.
Asking vs. acting
When you send a message, the AI decides whether to respond with information or take an action using a tool. You can be explicit:- “What does this function do?” — the AI explains (no tools needed)
- “Add a favicon to my site” — the AI uses tools to create and place the file
Available tools
| Tool | What it does |
|---|---|
| Generate Image | Creates images using AI (logos, illustrations, backgrounds) and adds them to your project |
| Web Scrape | Fetches content from a URL and extracts text, structure, or data |
| Web Search | Searches the web for information, documentation, or code examples |
| Screenshot | Takes a screenshot of your live site or preview for visual reference |
| Stock Photos | Searches and imports royalty-free stock photos into your project |
| Colors | Generates color palettes, extracts colors from images, or converts between formats |
| Pages | Creates, renames, or deletes pages and manages your site’s page structure |
| SEO | Analyzes and improves meta tags, Open Graph data, structured data, and page titles |
| Database | Creates tables, runs queries, and manages your project’s database |
| Deploy | Builds and publishes your site to the live URL |
| Workflows | Creates and manages automated workflows with triggers and actions |