> For the complete documentation index, see [llms.txt](https://gracy.gitbook.io/gracy-help-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gracy.gitbook.io/gracy-help-en/getting-started/shuffle.md).

# Shuffle

<figure><img src="/files/qrc4hkKi1KI3kEKSYvid" alt=""><figcaption></figcaption></figure>

**Shuffle** is a fun way to foster one-on-one connections within your team, helping to build a stronger and more engaged workplace. Each session pairs two team members at random for a quick and interactive challenge!

#### **How It Works**

1. &#x20;Gracy randomly selects two partners for each Shuffle session.

<figure><img src="/files/dfxAGTMptIXaUHMyIW8z" alt=""><figcaption><p>Shuffle Message</p></figcaption></figure>

2. Each partner receives **one adjective and one noun**.

<figure><img src="/files/0FqmlFgRFaxLX5obTR7c" alt="" width="375"><figcaption><p>Shuffle Word</p></figcaption></figure>

3. Together, you must collaborate to form a **noun phrase** (e.g., *Brave Explorer* or *Happy Coder*).

<figure><img src="/files/37e5EP97LChUK8Yy6yLs" alt="" width="375"><figcaption><p>Shuffle Answer</p></figcaption></figure>

4. Submit your answer to Gracy, then check if you got it right on the **Shuffle Dashboard**!

#### **Things to Keep in Mind**

✅ **Formatting doesn’t matter**—spaces, uppercase, and lowercase letters are all accepted.\
✅ **Engage with your partner** to solve the challenge and spark new conversations.\
✅ **Have fun!** Shuffle is about connection, not competition.


---

# 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://gracy.gitbook.io/gracy-help-en/getting-started/shuffle.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.
