# Introduction

{% hint style="info" %}
Before you can use Creaticles, you must first set up your MetaMask wallet. If you need help setting that up, please [visit this article](https://docs.creaticles.com/setting-up/setup).&#x20;
{% endhint %}

{% hint style="info" %}
Currently, Creaticles is in testnet. You must first configure MetaMask on Ropsten Test Network. If you need help with that, you can [visit this article](https://docs.creaticles.com/setting-up/testnet).
{% endhint %}

Creaticles is designed to be as simple as possible for both requesters and artists. In order to interact as either party, one should be familiar and comfortable with making transactions on the blockchain; after all, NFTs are generated on and secured by the blockchain.


---

# 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.creaticles.com/creaticles/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.
