> For the complete documentation index, see [llms.txt](https://developers-friends.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-friends.gitbook.io/blog/master.md).

# Início

![](/files/-M7io8ohRpKrezUyPZ_p)

Aqui você vai encontrar artigos interessantes sobre tecnologia, metodologias, frameworks e o que mais conseguirmos produzir como conteúdo. O objetivo é ajudar os devs que assim como nós muitas vezes estão perdidos sem saber o que fazer ou o que estudar.

Nosso conteúdo e exemplos aqui são abertos a todos e sempre serão. Por esse motivo se de alguma forma você for ajudado com os nossos posts, pedimos que divulgue para que mais pessoas possam ser ajudadas também.


---

# 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://developers-friends.gitbook.io/blog/master.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.
