> For the complete documentation index, see [llms.txt](https://docs.mosaiqnft.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosaiqnft.xyz/overview/mission-and-vision.md).

# Mission & Vision

{% hint style="info" %}
**Our primary focus and leading project utility is our investment fund.**

Through this, we are supporting builders financially and rewarding our holders. However, many other ways exist to support builders and grow the web3 space (building the most unique PFP collection in NFT history is just a fun bonus).
{% endhint %}

### Pushing the entire ecosystem forward.

One of the core themes of our project has always been supporting builders. We want to provide value and innovation to the entire web3 landscape, and by empowering others, we can do that more effectively.

### Building the largest network of web3 developers.

In our Discord and on Twitter, we will cultivate a network of every web3 developer. Holders can network, ask questions, and collaborate on programming topics.

### Building the largest network of NFT artists.

In our Discord and on Twitter, we will cultivate a network of every NFT artist. By doing this, we are helping amplify the reach of everyone contributing to our ecosystem.

### Putting together resources so anyone can learn to code.

Whether you are curious about the fundamental programming concepts or need help debugging your latest Solana dApp, we will have everything you need to make it happen.

### Helping every holder develop their own personal brand.

A brand is inherently essential and a never-ending hot topic in the web3 space. It will be a focus of our project, and we want to spread that journey to our holders for their own development.

{% hint style="info" %}
**So,** how do you get in on this?
{% endhint %}


---

# 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://docs.mosaiqnft.xyz/overview/mission-and-vision.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.
