# Welcome to Foundry Engine Documentation

### <mark style="color:$primary;">Welcome to Foundry Engine!</mark>

This project is my heart and soul, and has been in development for the past 4 months now. This documentation aims to explain everything about what I have developed. From design choices to using it to make a game, all the information needed can be found here.

<mark style="color:$info;">Note: even if you don't plan to use Foundry Engine to make games, this documentation can serve as a resource to those aspiring to make an engine themselves.</mark>

### <mark style="color:$primary;">What is Foundry Engine?</mark>

Foundry Engine is a 3d open-source game and graphics engine developed with Rust and Vulkan. Its focus is to be easy for individuals new to game development or Rust to pick up and develop video games of all kinds.

### <mark style="color:$primary;">Getting started</mark>&#x20;


---

# 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://foundry-engine.gitbook.io/foundry-engine-docs/welcome-to-foundry-engine-documentation.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.
