> For the complete documentation index, see [llms.txt](https://bionline.gitbook.io/bionline/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bionline.gitbook.io/bionline/group-1.md).

# Group 1

- [Development Diaries](https://bionline.gitbook.io/bionline/group-1/development-diaries.md)
- [DevLog # 13](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-13.md): Всем привет! Сегодня расскажем о будущем обновлении сайта BiOnline и о работе над новой версией лаунчера.
- [DevLog # 12](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-12.md): Всем привет! В данном посте расскажем о начале разработки нового онлайн клиента  Если вам понравится Нам бы очень хотелось видеть вашу активность в чате, живые обсуждения и обратную связь.
- [DevLog # 12](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-12-1.md): Hello everyone! In this post, we’re announcing the start of development for a new online client. If you like the idea, we’d love to see your activity in the chat, lively discussions, and feedback. We
- [DevLog #11](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-11.md): Приветствуем! Это наш 10-й девлог в котором мы рассказываем и показываем новинки. Этот DevLog относится к обновлению 0.6.3.0 И в нём мы покажем изменения
- [DevLog #11](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-11-1.md): Greetings! This is our 10th devlog in which we talk about and show new features. This DevLog pertains to update 0.6.3.0, and in it, we will show the changes.
- [DevLog #10](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-10.md): Приветствуем! Это наш 10-й девлог в котором мы рассказываем и показываем будущие новинки. Этот DevLog относится к обновлению 0.6. И в нём мы покажем грядущие изменения
- [DevLog #9](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-9.md): English version of DevLog #9 about 0.6 server update
- [DevLog #9](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-9-1.md): Русская версия DevLog #9 посвящённая обновлению сервера 0.6.
- [DevLog #8](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-8.md): English version of DevLog #8 about 0.6 server update
- [DevLog #8](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-8-1.md): Русская версия DevLog #8 посвящённая обновлению сервера 0.6.
- [DevLog #7](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-7.md): English variant of the 7-th DevLog for the 0.5.10 update
- [DevLog #7 ](https://bionline.gitbook.io/bionline/group-1/development-diaries/devlog-7-1.md): Русская версия DevLog #7 посвящённая обновлению сервера 0.5.10


---

# 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://bionline.gitbook.io/bionline/group-1.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.
