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

# Social Features

@handles are great but they need utility and this is where social features come in. We will start by adding some basic things you can do on-chain to give @handles some use.

These syntaxes can be utilized by way of inscription.  They will be further indexed and leveraged within supporting applications now and in the future.<br>

## Messaging

With the following messaging syntax, you will be able to send and receive messages on-chain!<br>

Simply follow this inscription format to send messages from your Inscribed Handle to any other @handles:

```
From: @yourhandle
To: @Receivershandle
Message: Your Message
```

<figure><img src="/files/HDsyzoHKBUc1GMYNpQCS" alt=""><figcaption><p>An example of message inscription</p></figcaption></figure>

{% hint style="info" %}
Make sure each line is a new line in your inscription just as it is in the above example. \
\
Also make sure you put a space between each command such as "From:" and your entry.
{% endhint %}

***

## Follow

The Follow feature is a new way to follow other @handles on the Bitcoin Blockchain

Use this simple inscription format to follow any Inscribed Handle to enable things like SoFi, social networking, social airdrops, blockchain engagement etc.

```
User: @YourHandle
 Follow: @HandleUWantToFollow
```

<figure><img src="/files/6lJLuk6EtcDslFa3QLWN" alt=""><figcaption><p>An example of Follow Inscription</p></figcaption></figure>

***

## Posting

The Posting feature allows one to send a post to all your followers on Bitcoin as long as they use an Inscribed Handle.\
\
Use this simple text inscription format below to send a Post to everyone who follows your handle

```
User: @YourHandle
Post: Your Post
```

<figure><img src="/files/CLjJzdSSSbJCpWZsEEsZ" alt=""><figcaption><p>An example of a Post inscription</p></figcaption></figure>


---

# 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://handles.gitbook.io/handles/spec/social-features.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.
