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

# 공식 커뮤니티

<figure><img src="/files/zJnttkpwIM3hYcaQpn5V" alt=""><figcaption><p>*Please be aware of scam community. Only below community links are valid.</p></figcaption></figure>

## 텔레그램

공지방  : <https://t.me/cojam_global>\
글로벌 채팅방 (EN, JP, KR) : <https://t.me/cojam_official_chat>\
한국 채팅방 : <https://t.me/cojamchat>\
PM : <https://t.me/donkim91>

## 트위터

공식 트위터 : <https://twitter.com/OfficialCojam>\
PM : <https://twitter.com/donkim91>

## 미디엄 / Xangle

미디엄 공식 : <https://medium.com/cojam-official>\
Xangle 페이지 : <https://xangle.io/en/project/COJAM/profile>

## 인스타그램 / 페이스북

공식 : <https://www.instagram.com/cojam_official/>\
일본 : <https://www.instagram.com/cojam_japan/>\
페이스북 페이지 : <https://www.facebook.com/cojam.limited/>

## 디스코드&#x20;

공식 : <https://discord.com/invite/9wwuAj2fy2>

## CMC / 코인게코

CoinMarketCap : <https://coinmarketcap.com/currencies/cojam/>\
CoinGecko : <https://www.coingecko.com/en/coins/cojam>


---

# 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.cojam.io/cojam-kr/community/undefined.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.
