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

# 인정

**인정**은 사내 **인정(칭찬) 문화 정착**을 위한 기능이에요.

슬랙 채널에서 약속된 이모지와 함께 보낸 메시지가 **인정 메시지**로 집계되어 전달됩니다.

<figure><img src="/files/gdrZghbE35mUcYwTub3X" alt=""><figcaption><p>채널에서 인정 전달 예시</p></figcaption></figure>

<figure><img src="/files/3EUNlAYCmWtDhZtMd8VA" alt=""><figcaption><p>아기고래의 인정 전달 DM</p></figcaption></figure>

구성원들은 **매일 정해진 개수만큼** 인정 이모지를 보내 인정, 감사, 칭찬을 주고받을 수 있어요.\
전달된 인정은 공동 3위까지 아기고래 앱 홈의 리더보드에 반영됩니다.

{% hint style="info" %}
아기고래 관리자는 인정 데이터를 [한 번에 집계](/features/recognition/manage.md#id-6)할 수 있어요.
{% endhint %}

<figure><img src="/files/CEn78QkMujgGurwBqwa2" alt="" width="563"><figcaption><p>이달의 인정 리더보드</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, and the optional `goal` query parameter:

```
GET https://docs.babywhale.io/features/recognition.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.
