# WLAN Pi Chat-Bot

As the WLAN Pi Community Edition as no OLED display, an alternative option to view status information is set up a Telegram bot to remotely query the WLAN Pi CE.

Instructions for the setup and use of the chat-bot module are included in the link provided below.

Note that chat-bot is provided as an optional module for the WLAN Pi, so you will need to download it before it is available for use. SSH to your WLAN Pi CE and perform the following commands:

```
sudo apt update
sudo apt install wlanpi-chat-bot
```

{% embed url="<https://github.com/WLAN-Pi/wlanpi-chat-bot/blob/main/docs/USERGUIDE.md>" %}


---

# 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://userguide.wlanpi.com/wlan-pi-os/wlan-pi-chat-bot.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.
