# Sending AT Commands

* **1)** First, follow the instructions [here](/product-documentation/superb-docs/flashing-superb.md) to flash SuperB with the ESP tool.
* **2)** Follow the instructions [here](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/boards_manager.md) to set up the board manager for ESP32.
* **3)** Connect the SuperB with the USB adapter board and select the correct port.
* **4)** Open the serial monitor, with baud equal to 115200 and both NL and CR set.

![](/files/-Lhg6Evbvp-jl2iBHApC)

* **5)** Hit RESET on the USB adapter board, the SuperB should report back ready.

![Image showing serial output after a reset](/files/-Lhg6EvdqowA6Ik8G9QA)

&#x20;Try the following two commands sequentially to get a list of access points visible to the SuperB:

```
 AT+CWMODE=3
 AT+CWLAP
```

![SuperB scans for access points and prints them to the serial output](/files/-Lhg6Evf-PCZHWeLw3oJ)

For a full list of available AT commands click [here.](https://www.espressif.com/sites/default/files/documentation/esp32_at_instruction_set_and_examples_en.pdf)


---

# 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.macchina.cc/product-documentation/superb-docs/atcommands.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.
