# Introduction

> [`Tango.Functional`](https://github.com/gabrielschade/Tango/tree/master/Tango/Tango/Functional)

This namespace has a lot of core implementations focused on the functions of the functional paradigm. These include the extensions methods to cast between the `Action` and`Function` delegates and the ability to perform the processes of Currying and partial application in existing methods.

It is very important to understand the concepts about currying and partial application to take full advantage of this namespace, so it is strongly recommended that you read the [Currying and Partial Application](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Concepts/Currying%20and%20Partial%20Application.html) section.

In this section you will find the following topics:

* [Currying](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Functional/Currying.html)
* [Partial Application](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Functional/PartialApplication.html)
* [Functional Extensions](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Functional/FunctionExtensions.html)
* [QuickCast to Delegates](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Functional/cast-rapido-para-delegates.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/functional/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.
