> For the complete documentation index, see [llms.txt](https://tariksavas.gitbook.io/tarject/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tariksavas.gitbook.io/tarject/docs/how-to-use/context.md).

# Context

The referenced `GameObjectInstallers` and `Container` are kept in Context, which is an abstract class. There are **3** different classes that inherit this class. Each context has a hierarchical parent context. If the relevant object cannot be found in the context during the `Resolve` process, it is searched in the parent context.
