> For the complete documentation index, see [llms.txt](https://ghostyhq.gitbook.io/ghosty-chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ghostyhq.gitbook.io/ghosty-chat/introduction.md).

# Introduction

In this documentation, you can find Ghosty functionality and interact with our service to send messages, and read all data to integrate our features into your project.

## What is Ghosty?

A messaging platform for Blockchain users to simply and instantly messaging across wallet-to-wallet on the Blockchain network.

### Ghosty Features

* **Instant Chat**

  Wallet-to-wallet instant chat with a Blockchain-compatible address.
* **End-to-end Encryption (Upcoming)**

  Chat messages between signed-in addresses are encrypted by default.
* **Block Addresses (Upcoming)**

  Getting spam by address? Block the owner from sending you messages.
* **Notifications (Upcoming)**

  Receive notifications in your browser, or email.
* **Set Nickname**

  Change the name of another user's address with the name you want.
* **Dark Mode (Upcoming)**

  Treat your eyes with the dark mode feature.
* **Send Pictures (Upcoming)**

  Share image with other user's address to easily get what you need to whom you want.
* **Edit Avatar (Upcoming)**

  Replace your avatar with NFT Ghosty.


---

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

```
GET https://ghostyhq.gitbook.io/ghosty-chat/introduction.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.
