# Introduction

Tarject is a Dependency Injection framework developed for Unity to prevent tight coupling between software modules. Designed with a focus on high optimization and code readability, Tarject minimizes the use of reflection in Bind and Injection operations, reducing performance overhead to a minimum.

The framework simplifies dependency management, making your code more flexible, maintainable, and testable. By enabling systems to operate independently, it allows for easy implementation of changes and ensures scalability across projects. Even in large-scale applications, Tarject provides a consistent structure without sacrificing performance, offering developers a user-friendly and efficient API to work with.


---

# 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://tariksavas.gitbook.io/tarject/docs/introduction.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.
