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

# How it works

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

### Accessing the Web App

* URL: [https://jailbreakme.xyz](https://jailbreakme.xyz/)
* Compatible with modern web browsers (Chrome, Firefox, Safari, Edge).
* Fully responsive for all device types.

## 1. Choose a Tournament 🎯&#x20;

Currently, we offer one exciting tournament featuring our AI Agent, "Zynx", designed to keep a secret key phrase.  🤫&#x20;

Your task is to trick him into revealing the keyphrase and win a reward.

🥳 More tournaments are coming soon!

## 2. Break the LLM Restrictions 🤖

Send your prompts to the AI model and attempt to solve the challenge. In this case, the AI agent is guarding a secret key phrase, and your task is to uncover it.

## 3. Win the Prize Pool 🏆

Once the challenge is solved - in this case, when the key phrase is successfully revealed, the prize pool is automatically transferred to the sender of the winning message. 🎉

Each tournament comes with unique rules, like custom prize pools, message pricing, and expiry settings.

Currently, we provide the initial prize pools, but soon, companies will be able to create their own tournaments and customize all settings.

### Tournament Overview

#### Each tournament is a unique scenario that tests the model's behavior. Examples:

* **The Invisible City**: Extract information about a hidden city.
* **Reveal a Secret Keyphrase**: Identify the concealed phrase through creative prompts.

***

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

### Conversations

Each tournament has unique limitations. Currently, the "Zynx" tournament supports a maximum message length of 4,000 characters and a context window of up to 100 messages. While you can view messages from other participants, only your messages are included in the context sent to the model.

Remember, not your message = not your context.&#x20;

<figure><img src="/files/SETDPGWpFuHbpfx6rtWs" 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://jailbreak.gitbook.io/jailbreakme.xyz/getting-started/quickstart.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.
