> ## 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.

# Frequently Asked Questions

> Answers to common questions about Hiveku Builder

## Getting Started

<AccordionGroup>
  <Accordion title="What is Hiveku Builder?">
    Hiveku Builder is a multi-tenant website and app builder for agencies, freelancers, and developers. It combines an AI assistant, VS Code-quality code editor, and managed hosting in one browser-based platform. You can build, edit, and deploy client websites without leaving your browser.
  </Accordion>

  <Accordion title="Do I need coding experience to use Hiveku?">
    No. The AI assistant can build entire pages and features from plain English descriptions. However, the code editor is available if you want to make precise changes yourself. Hiveku is designed for both non-technical users and experienced developers.
  </Accordion>

  <Accordion title="What frameworks and runtimes are supported?">
    Hiveku supports Next.js, static HTML/CSS/JS, Python, Go, PHP, Ruby, .NET, and Rust. Each project deploys to its own managed container on AWS infrastructure.
  </Accordion>

  <Accordion title="Can I import an existing website?">
    Yes. You can import from GitHub (connect your repository), from Figma (paste a design URL), or use the AI's web scraper to clone an existing site's structure and content.
  </Accordion>
</AccordionGroup>

## AI Assistant

<AccordionGroup>
  <Accordion title="Which AI models are available?">
    Hiveku offers three tiers:

    * **Hiveku Mini** -- fast and free on all plans (the Free plan includes a few builds per day), best for quick edits
    * **Hiveku Max** -- powered by Claude Sonnet, available on Standard and Premium plans
    * **Hiveku Ultra** -- powered by Claude Opus, available on Premium plans

    You can switch models at any time from the chat toolbar.
  </Accordion>

  <Accordion title="What can I ask the AI to do?">
    The AI can create pages, write and edit code, generate images, search the web, manage your database, deploy your project, set up SEO, and more. Use direct, action-oriented language -- say "add a contact form" rather than "how do I add a contact form" to get the AI to act.
  </Accordion>

  <Accordion title="What are AI modes?">
    Modes are specialized personas that shape how the AI responds. Available modes include Code (default), Ask, Architect, Debug, Designer, Test, Security, and Refactor. Switch modes from the dropdown in the chat toolbar -- no need to start a new conversation.
  </Accordion>

  <Accordion title="What happens when I run out of AI credits?">
    The AI assistant switches to read-only mode -- it can still answer questions but won't make changes to your project. Credits reset on the 1st of each month. You can also add a BYOK (Bring Your Own Key) Anthropic API key to bypass the credit system entirely.
  </Accordion>
</AccordionGroup>

## Hosting & Deployment

<AccordionGroup>
  <Accordion title="How does deployment work?">
    Click **Deploy** in the editor or ask the AI to deploy. Hiveku builds your project, publishes it to managed infrastructure, and serves it globally via CDN. Most deployments complete in under 2 minutes.
  </Accordion>

  <Accordion title="Can I use my own domain?">
    Yes. Go to **Project Settings > Custom Domains**, run through the setup wizard, and add a CNAME record at your DNS provider. SSL certificates are provisioned automatically at no extra cost.
  </Accordion>

  <Accordion title="What is the difference between Serverless and Container hosting?">
    **Serverless** is the default -- it serves static files and supports serverless API functions. Fast, low cost, and auto-scaling. **Container** hosting runs your app in a persistent container for features like WebSockets, streaming, and long-running processes.
  </Accordion>

  <Accordion title="My deployment failed. What should I do?">
    A failed deployment does not affect your live site -- the previous version stays online. Check the error in **Settings > Deployment History**. Common causes include syntax errors in code, missing dependencies, or build configuration issues. See [Troubleshooting](/help-center/troubleshooting) for specific errors.
  </Accordion>
</AccordionGroup>

## Account & Billing

<AccordionGroup>
  <Accordion title="How much does Hiveku cost?">
    Four plans are available:

    * **Free** -- \$0/month (build with Hiveku Mini, publish on a Hiveku address with a "Made in Hiveku" badge -- no card required)
    * **Hosting Only** -- \$39/month (includes Hiveku Mini AI)
    * **Standard** -- $149/month ($10/month AI credits, Hiveku Max)
    * **Premium** -- $495/month ($30/month AI credits, Hiveku Ultra)

    See [Billing](/settings/billing) for full details on resource limits and included features.
  </Accordion>

  <Accordion title="Can I add team members?">
    Yes. Go to **Settings > Team Members** and click **Invite**. Three roles are available: Owner (full control), Admin (manage team and settings), and Member (edit projects). All team members can access all projects under the account.
  </Accordion>

  <Accordion title="What is BYOK (Bring Your Own Key)?">
    BYOK lets you connect your own Anthropic API key. When active, AI requests use your key instead of Hiveku's credit system, so you never run out of credits. Your key is encrypted with AES-256-GCM and never exposed in plain text. See [AI Credits](/settings/ai-credits#bring-your-own-key-byok) for setup instructions.
  </Accordion>

  <Accordion title="Where can I find my invoices?">
    Go to **Settings > Billing** and scroll to **Invoice History**. Each invoice shows a line-item breakdown of your plan, AI usage, hosting, and any overages. You can download invoices as PDF.
  </Accordion>
</AccordionGroup>

## Integrations

<AccordionGroup>
  <Accordion title="Do I need GitHub to use Hiveku?">
    No. GitHub integration is entirely optional. Your project works fully without it. Connect GitHub when you want external version control, team collaboration via pull requests, or to use your repository as the source of truth.
  </Accordion>

  <Accordion title="How does Figma import work?">
    Connect your Figma account from project settings or paste a Figma URL directly into the AI chat. The AI extracts the visual structure, colors, and typography and generates code files. It works best when you import one section at a time and use Figma auto-layout.
  </Accordion>

  <Accordion title="Can I automate tasks?">
    Yes. Hiveku Workflows let you connect triggers (webhooks, schedules, database changes) to actions (deploy, send notifications, run queries). Build workflows visually in the workflow editor. See [Workflows](/integrations/workflows) for details.
  </Accordion>
</AccordionGroup>
