> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/get-started-nl/neem-contact-op-met-support/browserfoutmeldingen.md).

# Browserfoutmeldingen

Leg browserconsoleberichten vast en stuur ze naar de technische support van Channable.

Als je problemen ervaart met het gebruik van Channable in je browser, volg dan deze stappen. Voeg een Exact Beschrijving van het probleem toe Naar ons toe om ons te helpen het te identificeren.

{% stepper %}
{% step %}

### Open de ontwikkelaarsconsole

Open de ontwikkelaarsconsole in je browser terwijl je op de pagina bent waarop je Problemen ervaart.

* In Mozilla Firefox, Google Chrome of Microsoft Edge kun je je ontwikkelaarsconsole openen door op de F12-toets op je toetsenbord te drukken.
* Voor Safari (Mac OS), zie [Instructies voor de ontwikkelaarstools van Apple](https://support.apple.com/guide/safari/use-the-developer-tools-in-the-develop-menu-sfri20948/mac).
  {% endstep %}

{% step %}

### Ga Naar het Console-tabblad

In de ontwikkelaarsconsole, selecteer de **Console** tabblad. Dit tabblad toont berichten die door Channable zijn verzonden en die we moeten vastleggen:

<figure><img src="https://content.gitbook.com/content/UAGSVlvcNsqEqVUgr0tD/blobs/HPYteuO1LHFjpkH7sRjX/19247126103698" alt="Browser developer console with the Console tab selected."><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Consoleberichten opslaan

Opslaan van de berichten die worden weergegeven op het tabblad Console — Naar een bestand:

* In Firefox, klik met de rechtermuisknop op de berichten en Selecteer **Exporteer zichtbare berichten Naar** > **Bestand**.
* In Google Chrome en Microsoft Edge, klik met de rechtermuisknop op de berichten en Selecteer **Opslaan als** om het bericht op te slaan Naar een bestand.
* In oudere versies van Microsoft Edge kun je logberichten mogelijk niet rechtstreeks Opslaan. Selecteer alle berichten, dan kopieer je ze Naar een bestand met je klembord.
  {% endstep %}

{% step %}

### Neem contact op met technische ondersteuning

Na het Opslaan van het berichtlogboek, e-mail <support@channable.com>. Leg het probleem uit en voeg het opgeslagen logbestand toe.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/get-started/get-started-nl/neem-contact-op-met-support/browserfoutmeldingen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
