# Homepage

## yatax

[Yatax](https://github.com/leandronsp/yatax) é um projeto criado no Github com o intuito de compartilhar conhecimentos elementares da Web ao longo do desenvolvimento de uma *simples TODO app em Ruby.*&#x20;

[Link pro repositório no Github.](https://github.com/leandronsp/yatax)

### Tópicos

O objetivo principal do **Yatax** é, ao longo do desenvolvimento da aplicação, criar tópicos com conteúdo técnico que podem incluir conceitos em forma de post com imagens. Cada tópico pode conter um não, no rodapé, *um link para o Pull Request relacionado,* assim qualquer um pode consultar e comentar no PR.&#x20;

1. [Docker 101](https://yatax.leandronsp.com/docker-101)
2. [Comunicação TCP/IP](https://yatax.leandronsp.com/comunicacao-tcp-ip)
3. [Protocolo HTTP](https://yatax.leandronsp.com/protocolo-http)
4. [HTTP headers & cookies](https://yatax.leandronsp.com/http-headers-and-cookies)


---

# 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://yatax.leandronsp.com/homepage.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.
