# Artist Docs & Onboarding

Hello! Thanks for joining us on our journey and trusting us to create an amazing experience for your collectors. This will be a lot of fun :smile:

This document provides a step-by-step guide to deploy an Art Blocks Engine smart contract suite. Before deploying to mainnet, contracts should be thoroughly tested on Goerli to help the owner familiarize themselves with function calls and reduce the chances of making a mistake with a production contract.

### Prerequisites

The Bright Moments team will create a Discord channel with you to initiate your onboarding. Provide the Bright Moments team with the artist wallet address that you will use. This wallet will need to submit several transactions during the setup process, so make sure you have access to the wallet and can easily submit multiple transactions.

### Deployment Documentation

{% content-ref url="/pages/Nlrmxak4wnB43tDywqo0" %}
[Engine (Goerli)](/artist-collaborations/artist-docs-and-onboarding/engine-goerli.md)
{% endcontent-ref %}

{% content-ref url="/pages/17vXmaMo7adH1BS3hqrh" %}
[Engine (Sepolia)](/artist-collaborations/artist-docs-and-onboarding/engine-sepolia.md)
{% endcontent-ref %}

{% content-ref url="/pages/L9FoD2t0j5d4reKaM9Gq" %}
[Flex Engine](/artist-collaborations/artist-docs-and-onboarding/flex-engine.md)
{% endcontent-ref %}


---

# 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.brightmoments.io/artist-collaborations/artist-docs-and-onboarding.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.
