# Browser error messages

If you are experiencing any problems with the functionality of the tool in your browser, please follow these steps. To allow us to quickly identify the problem you’re experiencing, it is helpful for us to know your exact problem.

{% stepper %}
{% step %}

### Open the developer console

Open the developer console in your browser while you’re on the page that is having issues.

* In Mozilla Firefox, Google Chrome, or Microsoft Edge, press the F12 key on your keyboard.
* For Safari (Mac OS), read how you can access the developer tools [here](https://support.apple.com/guide/safari/use-the-developer-tools-in-the-develop-menu-sfri20948/mac).
  {% endstep %}

{% step %}

### Go to the Console tab

In the developer console, go to the “Console” tab. Here you can see the messages sent by Channable, and it contains the messages we need to capture. You will see something like this:

<figure><img src="/files/4e6466a1532b9cd8fd11fb7b1564b6f84d5bcb0e" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save the console messages

Save the messages shown in the Console tab to a file:

* In Firefox: right-click on the messages, and select “export visible messages to” → “file.”
* In Google Chrome and Microsoft Edge: right-click and select “save as” to save the messages to a file.
* In legacy versions of Microsoft Edge: it may not be possible to save log messages directly; instead select them all and copy them to a file using your clipboard.
  {% endstep %}

{% step %}

### Contact technical support

When you have saved the messages log, contact our technical support by sending an email to <support@channable.com>. Please explain the issue you are experiencing and attach the saved log file to the email.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.channable.com/get-started/contact-support/browser-error-messages.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.
