> 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

Als je problemen ervaart met de functionaliteit van de tool in je browser, volg dan deze stappen. Naar ons te helpen het probleem dat je ervaart snel te identificeren, is het handig voor ons om je Exact probleem te kennen.

{% stepper %}
{% step %}

### Open de ontwikkelaarsconsole

Open de ontwikkelaarsconsole in je browser terwijl je op de pagina bent waar je Problemen hebt.

* In Mozilla Firefox, Google Chrome of Microsoft Edge, druk op de F12-toets op je toetsenbord.
* Voor Safari (Mac OS) lees je hier hoe je toegang krijgt tot de ontwikkelaarstools [hier](https://support.apple.com/guide/safari/use-the-developer-tools-in-the-develop-menu-sfri20948/mac).
  {% endstep %}

{% step %}

### Ga Naar het Console-tabblad

Ga Naar het tabblad ‘Console’ in de ontwikkelaarsconsole. Hier zie je de berichten die door Channable worden verzonden, en de console bevat de berichten die we moeten vastleggen. Je ziet iets als dit:

<figure><img src="/files/6adc62f09222c0015285d1aa41136464012e7172" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Opslaan van de consoleberichten

Opslaan van de berichten die worden weergegeven in het Console-tabblad Naar een bestand:

* In Firefox: klik met de rechtermuisknop op de berichten en Selecteer “zichtbare berichten exporteren Naar” → “bestand.”
* In Google Chrome en Microsoft Edge: klik met de rechtermuisknop en Selecteer “Opslaan als” om de berichten Naar een bestand op te slaan.
* In oudere versies van Microsoft Edge: het is misschien niet mogelijk om logberichten direct te Opslaan; Selecteer ze alle en kopieer ze Naar een bestand met je klembord.
  {% endstep %}

{% step %}

### Neem contact op met technische ondersteuning

Wanneer je het berichtenlog hebt opgeslagen, neem contact op met onze technische ondersteuning door een e-mail Naar <support@channable.com>. Leg uit welk probleem je ervaart en voeg het opgeslagen logbestand toe Naar de e-mail.
{% 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.
