> For the complete documentation index, see [llms.txt](https://wiki.thesmurfssociety.com/the-smurfs-society/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.thesmurfssociety.com/the-smurfs-society/story/twitter-quests-solved/chapter-1-the-stone-smurfs/quest-5-break-the-spell.md).

# Quest #5: Break the Spell

Now that #HackerSmurf is safely out of Gargamel’s reach, let’s see if we can open the Great Book of Spells. Maybe it can tell us more about what’s going on here.

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

### Quest 5.1  - Sounds like a good start

There are instructions on the back of the Great Book of Spells, it says “To activate this book, use this code.” That’s potentially promising. Let’s see if it works!

**That sounds pretty easy. Enter the correct code to activate the Great Book of Spells.**

<figure><img src="/files/0CX51vyARdR8tMY4eQiB" alt=""><figcaption></figcaption></figure>

<details>

<summary>5.1 Answer</summary>

That’s the correct answer, but the book doesn’t seem to want to open. How can we get it to <mark style="color:blue;">**CHIME**</mark> in?

</details>

### Quest 5.2 - Let there be light!&#x20;

That didn’t seem to work… oh, right! It only opens during the final phase of a full moon! But we don’t have that kind of time! I wonder if #HackerSmurf can hack into the book of spells by tricking it into thinking it's a full moon…&#x20;

**Help Hacker Smurf trick the Great Book of Spells into thinking it's a full moon.**

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

<details>

<summary>5.2 Answer</summary>

Great work! That <mark style="color:blue;">**LUMINOUS**</mark> hack was able to trick the book into thinking it's a full moon.

</details>

### Quest 5.3 - Undone

Uh oh… hacking into the Great Book of Spells seems to have corrupted its memory!

**But not all of the pages were damaged. Can you figure out how to restore the Great Book of Spells?**

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

<details>

<summary>5.3 Answer</summary>

It worked! Using <mark style="color:blue;">**CTRL Z**</mark>, we were able to *undo* the damage. Now we can ask the Great Book of Spells to [tell us what happened](/the-smurfs-society/story/twitter-quests-solved/chapter-1-the-stone-smurfs.md#the-great-book-of-spells-tells-all)...

</details>


---

# 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://wiki.thesmurfssociety.com/the-smurfs-society/story/twitter-quests-solved/chapter-1-the-stone-smurfs/quest-5-break-the-spell.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.
