# Show/hide casts

Hotkey: \\

This command hides all cast operators from the output listing. Please note that the output may become more difficult to understand or even lose its meaning without cast operators. However, since in some cases it is desirable to temporarily hide them, we provide the end user with this command.

The initial display of cast operators can be configured by the user. Please check the HO\_DISPLAY\_CASTS bit in the HEXOPTIONS parameter in the [configuration](/9.0sp1/user-guide/decompiler/config.md#HO_DISPLAY_CASTS) file.

See also: [interactive operation](/9.0sp1/user-guide/decompiler/interactive.md)


---

# 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.hex-rays.com/9.0sp1/user-guide/decompiler/interactive/cmd_hide_casts.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.
