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

# 6. Communities and DAO

#### Telegram and Discord Communities

On Discord and Twitter, we utilize multichannel programmable bots and interactive features to share knowledge, incentivize users, and create a gamified experience.

Academic Labs Telegram: <https://t.me/academic_labs> &#x20;

Academic Labs Telegram (Vietnam): <https://t.me/AcademicLabsVN>&#x20;

Academic Labs Telegram (Korea): <https://t.me/AcademicLabsKR>&#x20;

Academic Labs Telegram (China): <https://t.me/academiclabscn>&#x20;

Discord: <https://discord.gg/academic-labs>&#x20;

#### Twitter(X) Communities

Academic Labs’s Twitter Community includes:

Academic Labs Official: <https://x.com/Acad_Labs>&#x20;

Academic Labs Vietnam: <https://x.com/AcadLabsVN>&#x20;

Academic Labs Indonesia: <https://x.com/AcademicLabsID>&#x20;

Academic Labs China: <https://x.com/Academic_LabsCC>&#x20;

#### Other Communities:

Medium: <https://medium.com/@academic-labs>&#x20;

YouTube: <https://www.youtube.com/@Academic_Labs>&#x20;

<br>


---

# 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://academic-labs.gitbook.io/academic-labs/6.-communities-and-dao.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.
