# Introduction

Welcome to the Creaticles documentation page! Here, you'll find all the necessary information to help you get started with running either a request on Creaticles or submitting an NFT proposal on Creaticles.

Table of Contents

| Section          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Testnet Setup    | This section gets your MetaMask wallet set up to start interacting with Creaticles. If you already have a MetaMask wallet, you can skip the section on **Wallet Setup**. The next section, **Getting Started on Testnet**, helps you: 1) configure MetaMask to connect to Ropsten Test Network, which is the network that Creaticles lives on in testnet, and 2) get some testnet ETH, which is used to interact on Creaticles by paying gas fees and giving testnet rewards for winners of proposals. |
| Using Creaticles | This section gets into the fun part -- actually using Creaticles.                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| Support          | If you have any questions, visiting the FAQs should be the first place you start. This section should answer most of your questions. If you continue to have questions after reviewing the FAQs, check out our Support Channels to find a community or team member who can assist you with a more specific question.                                                                                                                                                                                   |


---

# 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/master.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.
