# Glossary

For all intents and purposes, here are some definitions we're working with:

| Participant   | Description                                                                                                                                                                                |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Requester** | A requester is an individual, group, or organization that is requesting a custom NFT. For example, if Sally wants a custom NFT to celebrate her dog's birthday, then Sally is a requester. |
| **Request**   | A request is what a requester submits to the Creaticles community--the request includes specific details about what a requester is looking for in their next custom NFT.                   |
| **Artist**    | An artist is a person or group responding to the request by submitting their art as a proposal. For example, if Nate creates an NFT of Sally's dog's birthday, Nate is an artist.          |
| **Proposal**  | The proposal is the NFT image that an artist submits.                                                                                                                                      |


---

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