> For the complete documentation index, see [llms.txt](https://docs.guardiansofearth.io/bioexpertise-engine-bee/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardiansofearth.io/bioexpertise-engine-bee/overview-of-bioexpertise-engine-bee.md).

# Overview of BioExpertise Engine (BEE)

Bioexpertise.org (BEE) is a web-based Artificial Collective Intelligence System (ACSI) where experts earn BioToken ($BTS) by identifying biodiversity observations following a blind-peer review mechanism. Any project that generates biodiversity observations can pay $BTS and submit those to BEE to receive identifications. Any expert can log into BEE and earn $BTS by providing identifications.&#x20;

## Getting Started

**Got 3 minutes?** Check out this overview of BEE:

[**https://docs.google.com/document/d/1GdLk6VV2rqbZwl7pSUjfuOV-8S0Gelk8po7uxBfUlJ0/edit**](https://docs.google.com/document/d/1GdLk6VV2rqbZwl7pSUjfuOV-8S0Gelk8po7uxBfUlJ0/edit)

### Guides: Jump right in

Follow our handy guides to get started on the basics as quickly as possible:

{% content-ref url="/pages/6v3bNHBD9d5QbkNI6wES" %}
[What can I do in BEE](/bioexpertise-engine-bee/guides/what-can-i-do-in-bee.md)
{% endcontent-ref %}

{% content-ref url="/pages/d264KJeM26XXd2lLcbxe" %}
[Earning BioCoin on BEE](/bioexpertise-engine-bee/guides/earning-biocoin-on-bee.md)
{% endcontent-ref %}

{% content-ref url="/pages/eZr9oIBPtx4C9P3PNX8o" %}
[Advanced permissions](/bioexpertise-engine-bee/guides/advanced-permissions.md)
{% endcontent-ref %}

{% hint style="info" %}
**Good to know:** your product docs aren't just a reference of all your features! use them to encourage folks to perform certain actions and discover the value in your product.
{% endhint %}

### Fundamentals: Dive a little deeper

Learn the fundamentals of MyProduct to get a deeper understanding of our main features:

{% content-ref url="/pages/w0usbYm74KT8AopP5JRz" %}
[over](/bioexpertise-engine-bee/fundamentals/over.md)
{% endcontent-ref %}

{% content-ref url="/pages/MHumUphFgF1LTnjD3L26" %}
[Members](/bioexpertise-engine-bee/fundamentals/members.md)
{% endcontent-ref %}

{% content-ref url="/pages/J7zuJFMuQz3aQUYBDIAk" %}
[Task Lists](/bioexpertise-engine-bee/fundamentals/task-lists.md)
{% endcontent-ref %}

{% content-ref url="/pages/naLKsOfsK5O7RLp2xx0Q" %}
[Tasks](/bioexpertise-engine-bee/fundamentals/tasks.md)
{% endcontent-ref %}

{% hint style="info" %}
**Good to know:** Splitting your product into fundamental concepts, objects, or areas can be a great way to let readers deep dive into the concepts that matter most to them. Combine guides with this approach to 'fundamentals' and you're well on your way to great documentation!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.guardiansofearth.io/bioexpertise-engine-bee/overview-of-bioexpertise-engine-bee.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
