# Overview

Rendered.ai channel development requires expertise in Python and Blender. The diagram below is a general schematic of a channel’s components.

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

#### Creating a Custom Channel <a href="#creating-a-custom-channel" id="creating-a-custom-channel"></a>

Get started learning about the platform, including the relationship between graphs, channels, packages and volumes.

Platform Overview: [Ana Software Architecture](/development-guides/ana-software-architecture.md)

Then find out more about channel development for specific aspects of the life-cycle with the following support documents.

Start with a copy of our template code: [An Example Channel - Toybox](/development-guides/an-example-channel-toybox.md)

Add custom objects or sensors and common modifiers: [Add a Modifier Node](/development-guides/an-example-channel-toybox/add-a-modifier-node.md) and [Add a Generator Node](/development-guides/an-example-channel-toybox/add-a-generator-node.md)

Add a custom channel to Rendered.ai : [Deploying a Channel](https://dadoes.atlassian.net/wiki/spaces/DG/pages/1614676085)

#### Get Started <a href="#get-started" id="get-started"></a>

Get the code: [Rendered-ai/toybox](https://github.com/Rendered-ai/toybox)

Contact us: [![](https://rendered.ai/wp-content/uploads/2023/08/cropped-favicon-32x32.png)Rendered.ai - Unlimited Synthetic Data for AI and ML Computer Vision](https://rendered.ai/#contact)


---

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