# Broken

When you open the project, you might see that some nodes can't be loaded. For instance, some merge conflicts can cause that. At this point, all possible nodes are loaded to the project, but when you open it, the following warning is shown:

![The warning about nodes loading failure](/files/-Lh47_hFU3Hzq6tvEfAJ)

In the project you'll see the nodes with these icons:

![A Broken node in the project tree](/files/-Lh47v9x1oGTldp6cMow)

This is a **Broken** node. It can not be created manually, it is shown if some node can't be loaded into the project. A **Broken** node has the following context menu:

![The Broken node context menu](/files/-Lh4Bqau5j1oKGEsBKpY)

* **Show in explorer.** Open the folder with the node in the file manager.

There is no tab for a **Broken** node to be opened in, and it can't have any child nodes. The main purpose of this node type is to help you fix the error.


---

# 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.testmace.com/master/node-types/broken.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.
