# Introduction

Mosaic is an open platform for generative artificial intelligence. Users can generate images from natural language descriptions using modules provided by [Commune AI](https://communeai.org/).

### Links

* Website: [mosaicx.org](https://mosaicx.org/)
* Telegram Bot: [@mosaicx\_bot](https://t.me/mosaicx_bot)
* GitHub: [github.com/mosaicx-org/mosaic-subnet](https://github.com/mosaicx-org/mosaic-subnet)
* Mining Guidance: [quickstart.md](https://github.com/mosaicx-org/mosaic-subnet/blob/main/docs/quickstart.md)
* Leader Board: [leaderboard.mosaicx.org](https://leaderboard.mosaicx.org/)
* Dataset:&#x20;
  * [mosaic-scores](https://huggingface.co/datasets/mos4ic/mosaic-scores)
  * [mosaic-images](https://huggingface.co/datasets/mos4ic/mosaic-images)

### Highlights

* Magic Prompt: We fine-tuned a LLM for the prompt of image generation. This enhances the user's input prompt, resulting in higher quality images.
* Magic Model: Automatically match a more suitable customized model based on the user's prompt. These optimized models often perform better than the basic models in specific fields and styles, enabling users to generate images that meet their needs more efficiently.
* A production-level image generation service, ensuring user experience through scheduling algorithms, shorter time spent, and higher availability.
* The hybrid validation mechanism based on algorithms and community voting allows truly excellent image models to stand out.


---

# 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://docs.mosaicx.org/welcome/introduction.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.
