# Datatable Not Set

No datatable has been defined for this component. This error occurs when:

* The component configuration is missing a datatable reference
* The datatable ID was not properly set
* The component requires a datatable but none was specified

## How to Fix

1. Open the component settings in the app designer
2. Select or create a datatable for the component
3. Save the component configuration
4. Verify the datatable is properly linked

## Using Buzzy AI

Click "Get AI assistance" to have Buzzy AI help you set up the datatable for your component.


---

# 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.buzzy.buzz/troubleshooting/app-error-codes/datatable-not-set.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.
