# Manually

Although it is most recomendable to perform the installation via [NuGet](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Installation/Based%20on%20NuGet.html) You can also perform an installation manually.

To do this, you will need to access the library repository at [GitHub](https://github.com/gabrielschade/Tango/).

After that, you will needs to click the *Clone or download* button. This action will open a small window with some informations, click at *Download ZIP* to download **Tango**.

![Instalação Manual](https://gabrielschade.gitbooks.io/tango-br/content/assets/manual-instalacao.png)

Now, you can compile the **Tango** project and copy the DLL's to your project.

> **Warning**
>
> You must add all generated DLL's for your project, this way, you will ensure that the **Tango** and its dependencies will be loaded correctly.

## Dependencies

In order to **Tango** work correctly is necessary the installation of:

* [System.ValueTuple](https://www.nuget.org/packages/System.ValueTuple/#)
* [Microsoft.Net.Compilers](https://www.nuget.org/packages/Microsoft.Net.Compilers/)

It is necessary for **Tango** in order to provides a more modern way to work with [Tuples](https://docs.microsoft.com/pt-br/dotnet/csharp/tuples) and so on.

All of these, for make your experience the best as possible.


---

# 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://gabriel-schade-cardoso.gitbook.io/tango/installation/add-manually.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.
