# Bee Engine

**Bee Engine** is an embeddable mining engine and contract system that allows applications to run [**NACKL**](/glossary.md#nackl) **mining** on the client side and securely verify results on the blockchain. Mining operates as a background process and is independent of the application type — users can play games, edit documents, or use services while contributing computational work.

👉 **Go to the full** [**Bee Engine documentation section**](https://dev.ackinacki.com/bee-engine/bee-engine-overview) for a detailed overview of the architecture and integration flow.


---

# 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.ackinacki.com/for-developers/bee-engine.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.
