> For the complete documentation index, see [llms.txt](https://docs.novaflowos.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novaflowos.com/start/qt6-qml-book/readme/preface/authors.md).

# Authors

The Qt 6 Book has been written by a team of authors. They are:

## Johan Thelin

![Johan Thelin](/files/cDeNCGt2hruCSosb7YWf)

Johan works as a system architect building automotive solutions. He has a background from over twenty years of device creation based on Linux, Qt and more. He has written for various papers and blogs, presented at numerous conferences, and provides advice on how to build software, and software organizations. As an avid believer in free and open source solutions, he founded and organizes the [foss-north conference](https://foss-north.se).

You can find out more about Johan at [LinkedIn](https://www.linkedin.com/in/johanthelin), [his blog](http://www.thelins.se/johan/blog/), and [his homepage](http://e8johan.se).

## Jürgen Bocklage-Ryannel

![Jürgen Bocklage-Ryannel](/files/lpGdtIF72bo859fBxBAJ)

Jürgen is the CEO of ApiGear, which is a collaborative machine interface design tool that enables teams to collaborative design software interfaces with automated monitoring and simulation solutions.

He was the co-founder of Pelagicore AG and was responsible there as Chief User Interface Architect for the early versions of the Daimler MBUX.

He focus currently on an API driven workflow to design and create the interfaces between the user experience and the underlying services for different platforms.

You can find out more about Jürgen at [LinkedIn](https://www.linkedin.com/in/jryannel/).

## Cyril Lorquet

![Cyril Lorquet](/files/4fFGv8oL1GkLxGjeKPy0)

Co-Founder and CEO of the belgian company [Eunoia Studio](https://www.eunoia.be), Cyril helps organizations turn their know-how into software products. Since 2009, he has been working on software products in various contexts (construction, healthcare, hydrology, marketing, ...) - several of them involving Qt. Software engineer at heart, he has a passion for design processes, software development and change management.

You can find out more about Cyril at [LinkedIn](https://www.linkedin.com/in/cyrillorquet).


---

# 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.novaflowos.com/start/qt6-qml-book/readme/preface/authors.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.
