# Introduction

Tarnet provides a dynamic and flexible solution for TCP and UDP communication in Unity projects. Its abstracted structure allows for easy integration and offers developers expandability.

The **customizable configuration system** enables effortless network settings customization. With **IP whitelist and blacklist** support, secure connections are ensured. Additionally, the **authentication mechanism** secures data communication between the server and client.

Tarnet enhances efficiency with features like **compression for long messages** and **customizable server capacity**, optimizing bandwidth usage. **Cross-platform compatibility** and **detailed unit tests** ensure its reliability and accuracy, optimized to work flawlessly in any environment.

**Comprehensive documentation** and **example scenarios** simplify integration and usage, catering to the needs of developers at all skill levels.


---

# 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/tarnet/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.
