# Customizing the "no data error" message

{% hint style="warning" %}
**Warning**

This option is only available in code mode.
{% endhint %}

## Overview

It is possible to change the generic message of “no data” error.

<figure><img src="/files/uuHhdgfhoMJQzvH7D7SK" alt=""><figcaption><p>No data error message</p></figcaption></figure>

### Configuration

Edit the app config in "Advanced configuration" at the root, with the same indentation level as other properties :

```coffeescript
noDataError:
  message: 'Please wait while loading data.'
```

<figure><img src="/files/ctKutFATxmwktCENVbYT" alt="new message"><figcaption><p>new message</p></figcaption></figure>


---

# 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-v3.toucantoco.com/visualizations-and-layouts/apps/customizing-apps/customizing-the-no-data-error-message.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.
