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

# WinkHUB

## <https://twitter.com/TeamWinkHUB>

## Overview

[Kujira's content epicenter](https://winkhub.app/) boasts all sorts of content from long-form research reports, to analysis pieces by community members, informative videos, important announcements, and walkthroughs about different protocols and DeFi concepts.

<figure><img src="/files/i3f0NuND9HNO6I3OtZPs" alt=""><figcaption><p>Articles on WinkHUB</p></figcaption></figure>

## Kujira Academy

[WinkHUB is also the home](https://winkhub.app/creators/kujira-academy) of [Kujira Academy](https://twitter.com/KujiraAcademy)--a home-grown initiative getting community members involved to spread the word and educate people about Kujira.&#x20;

## Kujira Encyclopedia

Your one-stop shop for learning about and being updated on Kujira. Here's a sample article: [**the Kujira Encyclopedia**](https://winkhub.app/posts/the-kujira-encyclopedia-issue-1)**,** an 86 page report covering everything you might want to know about Kujira.

If you want to track new articles and updates from WinkHUB, give [their Twitter account a follow](https://twitter.com/TeamWinkHUB).


---

# 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.kujira.app/community/kujira-socials/winkhub.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.
