# Welcome to Bee Labs

**Practical Unity Tools for AI, Gameplay & Workflow**

***

Bee Labs creates Unity plugins focused on AI behavior, gameplay systems, and inspector productivity. Our tools are built for developers who value clean integration, solid documentation, and production-ready code — from solo devs to shipping teams.

We believe good tools should get out of your way — and let you focus on making great games.

***

## Our Plugins

### [GOAP Engine](/beelabs-docs/goap-engine/goap-engine.md)

A GC-optimized, inspector-friendly Goal-Oriented Action Planning (GOAP) system for Unity. Build autonomous AI agents that automatically plan and execute sequences of actions to reach their goals — without hand-crafting state machines or behaviour trees.

**Best for:** Game AI, NPC behavior, autonomous agents, combat AI, simulation.

***

### [Flow Of Action](/beelabs-docs/flow-of-action/flow-of-action.md)

A lightweight, memory-efficient action sequencing system for Unity. Create complex sequences of animations, audio, transforms, events, and more without writing code — using a visual inspector interface.

**Best for:** Cutscenes, game feel, UI animations, event sequences, prototyping.

***

## Contact & Support

* **Email:** <beelabs446@gmail.com>
* **Asset Store:** [Bee Labs on Unity Asset Store](https://assetstore.unity.com)

***

*Copyright © 2025–2026 Bee Labs. All rights reserved.*


---

# 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://beelabs-dev.gitbook.io/beelabs-docs/readme.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.
