> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/contoh-kode-dan-library/esp32-wi-fi/esp32-wi-fi-protokol-http.md).

# ESP32 (Wi-Fi) Protokol HTTP

Setelah memenuhi **Prasyarat Umum** Anda dapat melanjutkan beberapa project dari laman berikut.

{% content-ref url="/pages/A232oVggQk4kXzZfXbzT" %}
[Mengirim Data Sederhana ke Antares dengan Protokol HTTP](/contoh-kode-dan-library/esp32-wi-fi/esp32-wi-fi-protokol-http/mengirim-data-sederhana-ke-antares-dengan-protokol-http.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZBKw4TIwKHBuAlXJyvGa" %}
[Mengambil Data Terakhir dari Server Antares dengan Protokol HTTP](/contoh-kode-dan-library/esp32-wi-fi/esp32-wi-fi-protokol-http/mengambil-data-terakhir-dari-server-antares-dengan-protokol-http.md)
{% endcontent-ref %}

Jika anda tertarik melakukan eksplorasi lebih jauh dengan **Development Board Lynx-32 Antares**, anda dapat mengikuti beberapa dokumentasi project sederhana pada laman berikut.

{% content-ref url="/pages/9FZktYLnSXE6DCqDh4AY" %}
[Project Sederhana Lynx-32 HTTP Antares](/contoh-kode-dan-library/esp32-wi-fi/esp32-wi-fi-protokol-http/project-sederhana-lynx-32-http-antares.md)
{% endcontent-ref %}


---

# 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://docs.antares.id/contoh-kode-dan-library/esp32-wi-fi/esp32-wi-fi-protokol-http.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.
