# ESP8266 (Wi-Fi) HTTP Protocol

After fulfilling the **General Prerequisites** you can continue with some projects from the following pages.

{% content-ref url="/pages/UBZTNTJUtVzAMLgFYv2J" %}
[Sending Simple Data to Antares with HTTP Protocol](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-http-protocol/sending-simple-data-to-antares-with-http-protocol.md)
{% endcontent-ref %}

{% content-ref url="/pages/NPzlp4U7N87nOKQV8nXL" %}
[Retrieve the Last Data from Antares Server with HTTP Protocol](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-http-protocol/retrieve-the-last-data-from-antares-server-with-http-protocol.md)
{% endcontent-ref %}

If you are interested in further exploration with the **LOLIN(WEMOS) D1 R2**, you can follow some simple project documentation on the following page.

{% content-ref url="/pages/HNWUrdrVdqdwfushG34z" %}
[Simple Project ESP8266 HTTP Antares](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-http-protocol/simple-project-esp8266-http-antares.md)
{% endcontent-ref %}


---

# 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://docs.antares.id/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-http-protocol.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.
