> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bezi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome

Bezi is an AI game dev assistant. Its custom Unity integration enables complete, real-time project context (scripts, scenes, prefabs, assets, packages and more), used to plan and implement changes directly in the Unity Editor.

Bezi's platform connects to multiple Unity projects and data sources to eliminate redundant work and offers a source of truth for teams to keep everyone's work consistent.

Together, Bezi's AI assistant and platform help you get work done - build features, fix bugs, implement UI - while keeping it aligned to your team's standards and compounding the output across teams.

## What you can do

<AccordionGroup>
  <Accordion title="Build features that fit your project" icon="hammer">
    Describe what you want in plain language. Bezi reads your existing systems, plans the approach and implements it for you, tailored your game's existing architecture and best practices.
  </Accordion>

  <Accordion title="Build UI from a screenshot" icon="image">
    Bezi handles the tedious work and set-up for UI. Give it a screenshot and assets, and it will implement and verify its visual output. See [create UI](https://docs.bezi.com/use-cases/create-ui) for more details.
  </Accordion>

  <Accordion title="Designers and artists prototype in Unity" icon="recycle">
    Non-engineers can build and test their own ideas now; share the spec and Bezi will help you flesh out the idea, plan the details, and implement it directly in Unity. See [Rapid Prototyping](https://docs.bezi.com/use-cases/prototype-iterate) for more details.
  </Accordion>

  <Accordion title="Debug and optimize " icon="magnifying-glass">
    Describe the symptom or paste an error. Bezi will parse through all your sources to diagnose issues across scenes and systems and implement a fix.
  </Accordion>

  <Accordion title="Refactor without the risk" icon="map">
    Describe the scope to Bezi; complete code refactor, asset re-organization and implementations, etc.. It will plan the approach, break it into chunks, implement it for you, and keep your architecture intact.
  </Accordion>

  <Accordion title="Automate your pipeline" icon="swap">
    Ragdoll setup, batch asset changes, level layouts, and more. Bezi will build procedural workflows and tools to handle your most tedious tasks.
  </Accordion>

  <Accordion title="Keep teams aligned by default" icon="people">
    Store GDDs, feature specs, and coding standards in [Shared Pages](https://docs.bezi.com/context/pages). Every team member and every Bezi agent response draws from the same source.
  </Accordion>

  <Accordion title="Onboard new hires in weeks">
    New hires onboard to a project that already knows itself and get instant access to  project resources in one place. They can then query the project  to learn as they work.
  </Accordion>
</AccordionGroup>

## How it works

Bezi runs as a Unity Editor plugin. Requests go through a custom TypeScript execution layer; **Bezi does not use a generic MCP connection to execute changes in Unity**. Changes are correctly sequenced, validated against your live project state, and applied step by step. See [Bezi Actions](https://docs.bezi.com/fundamentals/agent-mode-actions) for the full picture.

## Security

We invest heavily in IP security. **Your source code, assets, and game data are never used to train AI models**. Review our [Security](https://docs.bezi.com/get-started/security) program or email [security@bezi.com](mailto:security@bezi.com) with questions.
