# Labrador AsyncUnit

{% hint style="info" %}
This documentation is for the current live release, **0.5.0**. After the framework hits 1.0 version specific documentation will be released.
{% endhint %}

Documentation in Labrador AsyncUnit is split into 3 categories. We aim to make what you're looking for easy to find and understand where it might be located. Please let us know if you think there could be improvements to our system!

### Tutorials

This is where to go if you're just getting started with the project. We show you how to get up and running but we don't go too heavy into the details.&#x20;

### How Tos

When a simple tutorial just isn't enough and the subject is complex enough to require step-by-step instructions. Content here will generally take you from no code and walk through each step required to get to a working solution.

### Reference

When you're really wanting to get your geek on. The technical workings and details for how something actually operates. Exhaustive API details and other useful, if somewhat boring, information.


---

# 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.labrador-kennel.io/async-unit/master.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.
