> For the complete documentation index, see [llms.txt](https://consumindo-apis-com-elixir.cafecomelixir.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://consumindo-apis-com-elixir.cafecomelixir.com.br/introducao-1/por-que-elixir.md).

# Por que elixir?

Já passei por diversas linguagens e frameworks. PHP, Ruby, Go Lang, C#, etc. Hoje, meu xodó é o Elixir e não devido a surfar na onda do hype (o que acho já deve estar passando do elixir), mas devido a grandes vantagens que ele entrega por padrão. Mas não vai eu que irei te convencer a usar. Vou deixar isso para pessoais mais qualificadas.

* [What Is: Elixir](https://www.youtube.com/watch?v=2uvScmCrouk)
* [Why is EVERYONE Learning Elixir](https://www.youtube.com/watch?v=0C0vIXFOLGM)
* [A linguagem](https://aprenda.cafecomelixir.com.br/primeiros-passos-em-elixir/linguagem)

{% hint style="info" %}
Caso queira aprender a linguagem, tenho um outro livro que pode ser do seu agrado \
\
<https://aprenda.cafecomelixir.com.br/>
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://consumindo-apis-com-elixir.cafecomelixir.com.br/introducao-1/por-que-elixir.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.
