# Cute Panel Documentation Hub

<figure><img src="/files/K3SuvHzf70YRJTMzBOKN" alt=""><figcaption></figcaption></figure>

Welcome to the official Cute-Panel documentation. This hub is your technical guide to understanding, installing, extending, and contributing to Cute-Panel — an open-source social agent that bridges AI, social media, and blockchain networks.

Here you will find comprehensive guides and documentation to help you get started with Cute Panel quickly. Whether you're a developer, researcher, or an active community member, you'll find all the necessary information here.

***

## An Overview:

Cute-Panel is a modular TypeScript project designed to:

* Automate Twitter engagement using Claude (LLM)
* Send and receive crypto transactions on **Solana**
* Interface with blockchain APIs, prompts, and user actions in real-time
* Provide a developer-friendly system that is easy to clone, run, and modify

***

## Community & Social Links:

Here are the official channels where you can follow us, stay updated, and reach out:

* Twitter/X: <https://x.com/cutepanel>
* Website: [https://cutepanel.io](https://cutepanel.io/)
* GitHub: <https://github.com/KatriaDopex/Cute-Panel>

{% hint style="info" %}
We currently **do not have any public community channels** such as Telegram or Discord.

For now, the best ways to connect with us are through our official social media accounts and GitHub repository.
{% endhint %}

***

## Start With Pages:

{% content-ref url="/pages/0sYf64n2zTyUAq1pvDj9" %}
[What is Cute Panel?](/cute-panel/what-is-cute-panel.md)
{% endcontent-ref %}

{% content-ref url="/pages/l86ADFJnzmwKRch7Diwq" %}
[Technical Overview](/cute-panel/technical-overview.md)
{% endcontent-ref %}

{% content-ref url="/pages/axP4z0lMSn0Nmp3LbXqh" %}
[Clone, Install, and Run Locally](/cute-panel/technical-overview/clone-install-and-run-locally.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://cute-panel.gitbook.io/cute-panel/cute-panel-documentation-hub.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
