# Overview

The Rendered.ai platform provides an end-to-end solution for generating physics-based synthetic data for training AI models. The diagram below shows the architecture of the platform. The items in blue represent pieces that require configuration of the open-source Ana codebase upon which a custom channel is built. For more information on how this is done, see our [Development Guides](https://dadoes.atlassian.net/wiki/spaces/DG).

The items in green represent parts of the platform that are managed using the Rendered.ai web application. The following guides will discuss what these elements are, and how the can be used to build synthetic data that is tailored to your application.

<figure><img src="/files/6bRJ9ienXZ98cc7LfTci" alt=""><figcaption></figcaption></figure>

### Rendered.ai Platform <a href="#rendered.ai-platform" id="rendered.ai-platform"></a>

Get started with an overview of the Rendered.ai web interface to the platform and its components. Here you will learn about creating an organization, workspaces, graphs and datasets.

Get started with the Rendered.ai web interface: [Quick Start Guide](/application-user-guides/quick-start-guide.md)

From there, dive into the details on graphs, datasets, and collaborating within the platform.

Learn how to develop graphs within your workspace: [Creating and Using Graphs](/application-user-guides/tutorials/creating-and-using-graphs.md)

Understand the outputs of the process and how they are configured: [Creating and Using Datasets](/application-user-guides/tutorials/creating-and-using-datasets.md)

Work with others to share and improve your data: [Collaboration](/application-user-guides/tutorials/collaboration.md)


---

# 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://support.rendered.ai/application-user-guides/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.
