# Sanji 'n Frens Arrives

The idea was a simple one in theory, but much more difficult in practice. It involved building out a trading card ecosystem connected to Sanji. And, it involved building out those trading cards, and the entire ecosystem itself, with ChatGPT as the guide.

The on-narrative nature of this work was fantastic, and it also had its share of challenges. ChatGPT would need to be prompted incredibly effectively to end up with the desired results. And, because it was more than images or words, an would require an entire web3 structure to be built, it was clear the work would take time.

The work started with some basic card generation, such as this one.

<figure><img src="/files/gB0NcfqjW43C4sU69q1g" alt=""><figcaption><p>Sanji's Hero Mode in full effect</p></figcaption></figure>

The work then moved to the creation of a Telegram bot, to determine how game mechanics could be designed and how they would work.

Development then shifted to dapp generation and contract creation. After a number of weeks, a base deck and two holder rewards cards were created, and an initial dapp structure was born!

<figure><img src="/files/1jo1xn0WVtaIm8tsIVLq" alt=""><figcaption><p>Phase 1 of the <em>Sanji 'n Frens</em> dapp; available now!</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://sanji-on-eth.gitbook.io/sanji-on-eth-docs/sanjis-story/publish-your-docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
