# Videos

### Beginner 2D Platformer Tutorial

This playlist provides a walkthrough for complete beginners on how to create a 2D platformer in FlatRedBall. It's a great way to get started, introducing many foundational FlatRedBall topics including creating levels, entities, working with files, collisions, and much more.

{% embed url="<https://www.youtube.com/playlist?list=PL5Dwp73jTli6AkpIdfljEbC0PFaHTyxPR>" %}
FlatRedBall Platformer Tutorial Playlist
{% endembed %}

### Beginner Top Down Tutorial

This playlist covers the creation of a full top down game in FlatRedBall. It covers the creation of a new project, entities, collision, input, and other considerations for creating a full game.

{% embed url="<https://www.youtube.com/playlist?list=PLPeqPXNgAkLdSU09htxKQGUiHReXGFnyv>" %}
FlatRedBall Top Down Tutorial Plalist
{% endembed %}


---

# 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.flatredball.com/flatredball/videos.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.
