> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.7.0/helmut4-components/helmutio/dashboard/blank-space.md).

# Blank Space

The blank space can be clicked to open up the hidden overlay and clicked again to hide it.

![Blank Space in IO Dashboard](/files/7uAACFJlMI6jpncnlAfz)

### Log File:

Shows whether a log file for the job exists or not. Clicking on the symbol opens the stream debugger entry assigned to the job. This contains all information.

### Custom Metadata:

Displays the custom metadata that has been added to the asset during the ingest process. By clicking on a custom metadata field, a filter bubble is set in the Dashboard view.

### Job Metadata:

Displays Asset Metadata:

* **ID:** Displays the Asset ID
* **Priority:** Displays the job priority
* **Project:** Displays the project associated with the asset and its project ID
* **User:** Shows the name of the user that has started the job
* **Rendernodes:** Shows the render nodes the job was initially assigned to


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.7.0/helmut4-components/helmutio/dashboard/blank-space.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
