# Where to start?

The **Tango** is completely moved by functional programming, its concepts and implementations. If you are not so familiarized with those concepts is strongly recommended you reinforce it, at this way you'll enjoy 100% of the **Tango** potential.

Some of those concepts can be found at section: [Concepts](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Concepts/Introduction.html).

Having said that, you can already start working with **Tango** in your C# application.

To do this, you can install via [NuGet](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Installation/Based%20on%20NuGet.html) (fortemente recomendado) or if you want to, [manually](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Installation/Add%20Manually.html).


---

# 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/getting-started/where-to-start.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.
