# Screen Not Set

A screen was not set for an action. This error occurs when:

* An action requires a target screen but none was specified
* The screen configuration is incomplete
* The screen reference was removed

## How to Fix

1. Review the action configuration
2. Select a valid target screen
3. Save the action settings
4. Test the action to verify the screen navigation

## Using Buzzy AI

Use the "Get AI assistance" button to have Buzzy AI help you configure the screen for your action.


---

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