# Component Not Set

A component node is missing its component ID. This occurs when:

* Component configuration is incomplete
* Component data is corrupted
* Component was improperly initialized

## How to Fix

1. Check the component configuration in the app designer
2. Verify all required component properties are set
3. Re-add the component if necessary
4. Review recent changes to component settings

## Using Buzzy AI

Click "Get AI assistance" to have Buzzy AI help fix the missing component ID.


---

# 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/component-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.
