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

# Overview

## Chat

<figure><img src="/files/DE2fIoZ5GrYtuBFcHF4U" alt=""><figcaption><p>Feature - Chat</p></figcaption></figure>

beoble is a chat app, so you can definitely chat. It is an end-to-end-encrypted wallet-to-wallet chat with rich features available.

More details are covered in the [Feature Highlight: Chat section](/features/feature-highlight-chat.md).

{% content-ref url="/pages/Nl9iA34BCdksMnwvRgvC" %}
[Feature Highlight: Chat](/features/feature-highlight-chat.md)
{% endcontent-ref %}

## Earn

<figure><img src="/files/V3iLRUOw0m2CZQtIFuhC" alt=""><figcaption><p>Feature - Reward</p></figcaption></figure>

Ready to earn from beoble? As an active user of beoble, you deserve to earn from it. As you collect points from beoble, you will be eligible for a pile of airdrops in the next few months.

More details are covered in the [Feature Highlight: Earn section](/features/feature-highlight-earn.md).

{% content-ref url="/pages/Rvl7tq9vzX3jPD4qTfyP" %}
[Feature Highlight: Earn](/features/feature-highlight-earn.md)
{% endcontent-ref %}

## Follow

<figure><img src="/files/CUeF8gpT18sJCIQOFwvv" alt=""><figcaption><p>Feature - Follow</p></figcaption></figure>

Hey, what's up with everyone? What are they buying and trading? With beoble, you will be able to easily track wallets and discuss them with your peer followers.

More details are covered in the [Feature Highlight: Follow section](/features/feature-highlight-follow.md).

{% content-ref url="/pages/FPbJBXZ1mNPMS1fb9eY2" %}
[Feature Highlight: Follow](/features/feature-highlight-follow.md)
{% endcontent-ref %}

## Explore

<figure><img src="/files/W4EoZmpCEBUqvQUZgdvH" alt=""><figcaption><p>Feature - Explore</p></figcaption></figure>

Let's gather up web3 frens! Are you a pengu holder? So am I :) With beoble, communities can easily gather and grow with proper access controls and community rewards.

More details are covered in the [Feature Highlight: Discover section](/features/feature-highlight-discover.md).

{% content-ref url="/pages/57ntzY3lt86yWBLpY2Wx" %}
[Feature Highlight: Discover](/features/feature-highlight-discover.md)
{% endcontent-ref %}


---

# 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.beoble.io/features/overview.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.
