> For the complete documentation index, see [llms.txt](https://momoji.gitbook.io/white-paper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://momoji.gitbook.io/white-paper/welcome-to-momoji.md).

# Welcome To MomoJi

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

Emoji are gradually gaining popularity, allowing us to express emotions instead of using words. Human emotions are incredibly diverse and seemingly limitless, so emoji are becoming more diverse and richer. Which emoji do you like the most? Join Momoji now; we hope this will be a community for emoji enthusiasts who enjoy connecting and sharing their emotions using emoji. Momoji promotes the value of emotions, connecting people who appreciate the diversity and fun of emoji.

&#x20;Additionally, you can participate in activities to create new emojis and have a chance to win great prizes from us. Momoji will also collaborate with partners to launch unique and meaningful emoji sets so that many users can freely share their emotions. Are you ready to join this creative journey of emotions with us? Momoji promises to bring many wonderful experiences to you.


---

# 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://momoji.gitbook.io/white-paper/welcome-to-momoji.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.
