> For the complete documentation index, see [llms.txt](https://support.rendered.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rendered.ai/general-concepts/overview.md).

# Overview

## Step-by-Step Learning Path <a href="#step-by-step-learning-path" id="step-by-step-learning-path"></a>

Not sure where to start? Here’s a quick overview of where to go to learn more about synthetic data, get started with Rendered.ai, and learn how to add and build your own content.

## What is Rendered.ai? <a href="#what-is-rendered.ai" id="what-is-rendered.ai"></a>

We have some great getting started content to help you learn about the basics of what we do, why, and what we offer.

Learn about Rendered.ai and why you need a **PaaS for Synthetic Data**: [Introduction to Rendered.ai](/general-concepts/introduction-to-rendered.ai.md)

Find out more about what comes with **the Rendered.ai Platform**: [The Rendered.ai Platform](/general-concepts/the-rendered.ai-platform.md)

Learn about **workflows for synthetic data engineers** and **data scientists**: [Who uses Rendered.ai?](/general-concepts/who-uses-rendered.ai.md)

Use this guide for **common terms**: [Terminology](/application-user-guides/quick-start-guide/terminology.md)

## What can I do with Rendered.ai? <a href="#what-can-i-do-with-rendered.ai" id="what-can-i-do-with-rendered.ai"></a>

Get started with a Content Code to explore a Synthetic Data application: [Content Codes](/application-user-guides/quick-start-guide/content-codes.md)

Find out what you can do with **Graphs and Datasets** using our web-based interface: [Quick Start Guide](/application-user-guides/quick-start-guide.md)

Explore our **Development Guides** to get started coding your own channels and adding content to generate synthetic data: [Development Guides](/development-guides/overview.md)

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.rendered.ai/general-concepts/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
