> For the complete documentation index, see [llms.txt](https://docs.released.so/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.released.so/guide/product/changelog/editor/emojis.md).

# Emojis

## Overview

Did you know you’ve got an emoji keyboard at your fingertips? Emojis are readily available on Windows and OSX anywhere you edit text. Making it easy to add a bit of fun to your changelog. Here is how:

## Basics

### Windows

1. During text entry, type `Windows logo key + .(period)` The emoji keyboard will appear.
2. Select an emoji with the mouse, or keep typing to search through the available emojis for one you like.

For more ways to express yourself, choose from GIFs and Kaomoji too!

### OSX

1. Press `Fn + E`, or choose Edit > Emoji & Symbols.
2. Click a character or symbol to add it to your text (or double-click it if the Character Viewer is expanded).

To quickly find a specific emoji, enter a word or phrase (such as “laughing face”) in the search field.\
To see variations of an emoji — like different skin tones — click and hold the emoji in the viewer.

**↳ Pro tip**: Try typing a word such as “like” and click the `Fn` button to see emoji suggestions appear.

<figure><img src="/files/gGifPFi2zENTHpr6USLL" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://docs.released.so/guide/product/changelog/editor/emojis.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.
