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

# Welcome to EmProps!

## Introduction

EmProps is a platform where artists can create, distribute, and sell a new form of generative art. Initially, our name was a shortened version of "Emergent Properties," but we liked the sound of it, and thus, EmProps was born.

EmProps is made up of two applications that work hand-in-hand;

[EmProps Studio](/emprops-docs/emprops-studio.md), a creativity studio for the era of AI and automation, and

[EmProps Marketplace](/emprops-docs/emprops-marketplace.md), a minting platform and marketplace for your creations and projects.


---

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

```
GET https://docs.emprops.ai/emprops-docs/welcome-to-emprops.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.
