> For the complete documentation index, see [llms.txt](https://mandarineframework.gitbook.io/mandarine-ts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandarineframework.gitbook.io/mandarine-ts/concepts.md).

# Concepts

This page summarizes all the common concepts that you may find across the documentation.

## Concepts

* Mandarine compile time
  * The period of time when mandarine loads all your Mandarine-powered modules, inject dependencies, and load the different context that are necessary for your application to work, such as: Entity Manager, Template Registry, Application Context, and others.
* Request time
  * The moment when Mandarine's MVC HTTP Dispatcher receives a new request
