> ## Documentation Index
> Fetch the complete documentation index at: https://guide.thatskyapplication.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Friendship actions

> Express yourself with friendship actions from Sky!

## Commands

* `/hair-tousle`
* `/high-five`
* `/hug`
* `/play-fight`

There is also a `/krill` command for those who deserve it!

## Community GIFs

<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
  {["/images/1.gif", "/images/3.gif", "/images/36.gif", "/images/7.gif", "/images/8.gif", "/images/44.gif"].map((gif) => (
    <div
    className="group relative bg-white dark:bg-gray-800 rounded-xl overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 hover:-translate-y-1"
    key={gif}
    >
    <div
    aria-label="Friendship action GIF"
    className="w-full aspect-square bg-cover bg-center group-hover:scale-105 transition-transform duration-300"
    role="img"
    style={{ backgroundImage: `url(${gif})` }}
    />
    </div>
    ))}
</div>

## Submit your GIF

Love what you see? These were all created by our amazing community! You can contribute your own GIF too!

### Requirements

* Recorded on a device with native screen recording (iOS, macOS, etc.) to ensure elements are not visible (or have the experimental setting enabled to hide the UI)
* Recorded in the highest definition mode possible
* Must be an aspect ratio of 1:1
* Must not exceed 512x512
* Must not exceed 5 MB
* Must not have noticeable compression

Once you've ensured your GIF meets the requirements, head over to our [support server](https://discord.gg/Y7d6xGX9nG) and check out the #friendship-actions channel to get started!

<Tip>
  You may also submit a raw video and we'll try our best!
</Tip>
