# Channel Log

You can find all the logs sent to the channel including the response text

<figure><img src="/files/8zyKFJLoDInpRcQ01lTi" alt=""><figcaption></figcaption></figure>

To access this log please go to the channels page and then click "actions" then on "View logs"

<figure><img src="/files/IPCjsvwDAPi5MEtpn5z1" alt=""><figcaption></figcaption></figure>

You will be able to see all the sync logs here

{% hint style="info" %}
Currently the search does not work
{% endhint %}

You can view each log and see what is sent, received and how long it took.


---

# 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.channex.io/application-documentation/channel-actions-log.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.
