# Mark/unmark as decompiled

This command marks the current function as decompiled. It is a convenient way to track decompiled functions. Feel free to use it any way you want.

Marking a function as decompiled will change its background color to the value specified by the MARK\_BGCOLOR parameter in the [configuration file](/9.1/user-guide/decompiler/config.md#MARK_BGCOLOR). The background color will be used in the pseudocode window, in the disassembly listing, and in the function list.

See also: [interactive operation](/9.1/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.1/user-guide/decompiler/interactive/cmd_mark.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.
