# Further Reading

You finished your first AugeLab Studio project. Use these pages as your next path depending on what you want to build next.

<table data-view="cards"><thead><tr><th>Topic</th><th>Use it when you want to...</th><th data-card-target data-type="content-ref">Open</th></tr></thead><tbody><tr><td>User Interface</td><td>Move faster in the workspace and learn the main panels, menus, and scenario controls.</td><td><a href="/pages/a5zklxPzWrapk8TR9lLw">/pages/a5zklxPzWrapk8TR9lLw</a></td></tr><tr><td>More Examples</td><td>Build practical inspection workflows from finished example projects.</td><td><a href="/pages/NIwH2kMycZQ6nSex0kxr">/pages/NIwH2kMycZQ6nSex0kxr</a></td></tr><tr><td>Camera Setup</td><td>Connect cameras and choose the right camera input path for your hardware.</td><td><a href="/pages/2PYEZ42a0AXKkFzv0ARE">/pages/2PYEZ42a0AXKkFzv0ARE</a></td></tr><tr><td>Function Blocks</td><td>Find what each block does, which sockets it uses, and how to combine it with other blocks.</td><td><a href="/pages/g5eNDn4ZtnlJMV1QGPIl">/pages/g5eNDn4ZtnlJMV1QGPIl</a></td></tr><tr><td>Key Features</td><td>Explore AI tools, annotation, model training, plugins, headless mode, and other major workflows.</td><td><a href="/pages/AKyOhKSQCZnb21oX2yF2">/pages/AKyOhKSQCZnb21oX2yF2</a></td></tr><tr><td>Communication Protocols</td><td>Connect AugeLab Studio to PLCs, industrial protocols, services, and external systems.</td><td><a href="/pages/8QG8AScuyw3yG1d7v63l">/pages/8QG8AScuyw3yG1d7v63l</a></td></tr></tbody></table>

{% hint style="info" %}
If you are not sure where to go next, start with User Interface, then browse Function Blocks while building your own scenario.
{% endhint %}


---

# 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.augelab.com/getting-started/further-reading.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.
