# Datatable Not Found

The specified datatable could not be found. This error occurs when:

* The referenced datatable has been deleted
* The datatable ID is invalid
* The datatable is not accessible in the current context

## How to Fix

1. Verify the datatable still exists
2. Check that the datatable ID is correct
3. Ensure you have access to the datatable
4. Update the component to use a valid datatable

## Using Buzzy AI

Use the "Get AI assistance" button to have Buzzy AI help locate the missing datatable or create a new one.


---

# 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-found.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.
