# Introduction

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

This namespace contains a serie of implementations that make possible uses common operations like sum and subtract as a delegate functions.

With it, it's possible to pass named functions as parameters to high order functions.

This implementations can make your code more clean and organized, mainly when you uses with different modules.

In this section you will find the following topics:

* [Operations with Booleans](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Operations/Bool.html)
* [Operations with Integers](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Operations/Int.html)
* [Operations with Decimals](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Operations/Decimal.html)
* [Operations with Doubles](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Operations/Double.html)
* [Operations with Strings](https://github.com/gabrielschade/tango/tree/379cc4a38ae47796971eb875ec66e7dc053a9081/Operations/String.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/operations/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.
