# Based on NuGet

The NuGet installation is so simple like any library else. You can use the `Package Manager Console` Window available at Visual Studio, following image bellows:

![Package Manager Console](https://gabrielschade.gitbooks.io/tango-br/content/assets/nuget%20instalacao.png)

Enter the command bellow:

`PM> Install-Package Tango`

With it, **Tango** and its dependencies will be installed in your application.

> **Warning**
>
> By using NuGet, all project dependencies will be installed automatically.

## 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/based-on-nuget.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.
