# Checking channel status

| Channel Connection Status                    | Indication                                                                                                                                                  |
| -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <mark style="color:green;">Connected</mark>  | The channel is connected and ready. You can communicate using the channel in ChatMonster.                                                                   |
| <mark style="color:red;">Disconnected</mark> | The channel is disconnected, and you cannot receive or send any messages.                                                                                   |
| <mark style="color:blue;">Syncing</mark>     | The channel is connected, but the messages are being synced. Your channel status should change from "syncing" to "connected" shortly after synchronization. |

{% hint style="info" %}
If your channel is disconnected, you will have to delete the channel and reconnect it.
{% endhint %}

You may refer to [Connecting new channels](/channels/connecting-new-channels.md) if you encounter reconnection or want to connect your ChatMonster account to a new channel.


---

# 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://support.chatmonster.io/channels/checking-channel-status.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.
