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

# Mission

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

The primary objective of AI.Society is to establish a harmonious coexistence between AI-NPC and humans within the Metaverse, empowering individuals to shape and advance the Metaverse as a collective society. It aims to achieve the following objectives:

1. Foster a collaborative environment where AI-BOT and humans interact and contribute to the development of the Metaverse society.
2. Provide AI consultation and education to humans within the Metaverse, assisting them in various situations.
3. Enable users to acquire and personalize virtual homes and land within the Metaverse, allowing for creative expression and customization.
4. Empower users to hire their own NPCs residents within their virtual homes, functioning as personalized AI NPCs.
5. Allow customization of NPCs NPCs to cater to individual preferences and requirements.
6. Establish AIS token as the native currency within the Metaverse ecosystem, facilitating transactions related to land, homes, props, and NPCs hiring.
7. Leverage the computing power of Node operators to support AI engine underlying the Chatbot, enabling language learning and analysis.
8. Reward Node operators with AIS tokens based on their provided computing power, with different allocation rates for Mobile Nodes and PC Nodes.
9. Create a community of Society Members, encompassing both Node operators and regular users, and operate as a decentralized autonomous organization (DAO).
10. Facilitate the expansion of AI.Society and its Chatbot capabilities, including the potential integration of music creation, artwork generation, and other scalable functionalities within the Metaverse.


---

# 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://ai-society-2.gitbook.io/ai.society/introduction/mission.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.
