# Graphical overview

This diagram summarizes the key steps to become a lab provider on DecentraLabs:

{% @mermaid/diagram content="flowchart TD
A\[📋 Check lab requirements]:::step --> B\[🌐 Enable your lab for online access]:::step
B --> C\[🔑 Set up authentication & authorization]:::step
C --> D\["📝 Register as a provider<br/><sub>(DecentraLabs marketplace)</sub>"]:::step

```
D --> E{"🔗 Tokenize & list your lab<br/><sub>(DecentraLabs marketplace)</sub>"}:::decision

E --> F1(⚙️ Full Setup)
F1 --> F11[Complete web form]:::step
F11 --> G1[⛓️ Submit transaction & register lab on-chain]:::step

E --> F2(⚡ Quick Setup)
F2 --> F21[Prepare JSON metadata & upload metadata file]:::step
F21 --> F22[Complete webform, providing metadata URL]:::step
F22 --> G1

G1 --> H[✅ Lab listed & published in marketplace]:::result
H --> I[🛠️ Post-tokenization management]:::step

classDef step fill:#f5f5f5,stroke:#333,stroke-width:1px;
classDef decision fill:#ffd966,stroke:#333,stroke-width:1px;
classDef result fill:#d5e8d4,stroke:#333,stroke-width:1px;
```

" %}

The image below illustrates the architecture of the infrastructure you must have at your institution:

<figure><img src="/files/mGno5fByN2Sya4JdhQJb" alt=""><figcaption></figcaption></figure>


---

# 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://decentralabs-2.gitbook.io/decentralabs-docs/marketplace/become-a-provider/graphical-overview.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.
