# Setup hidden items

```
 Action    name: SetupHidden
 
```

This command allows you to toggle the display of [hidden](/9.0/user-guide/user-interface/menu-bar/view/hide.md) items.

Automatically hide library functions

```
        This option hides the functions recognized by FLIRT.
        If will have an effect only from the time when the option is set.
```

Display hidden instructions

```
        If this option is set, IDA will display all the instructions
        as unhidden even if they were hidden.
```

Display hidden functions

```
        If this options is set, IDA will display all the functions
        as unhidden even if they were hidden.
```

Display hidden segments

```
        If this options is set, IDA will display all the segments
        as unhidden even if they were hidden.
```

See also [View](/9.0/user-guide/user-interface/menu-bar/view.md) submenu.


---

# 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.0/user-guide/user-interface/menu-bar/view/setup-hidden-items.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.
