# Info

**Description**\
Get detailed info on a registered custom item. Includes spawn configuration, active custom flags and their settings, spawn counts, and formatted property output.

**Command / Invocation**\
`uci info <Item Id>`

**Visible args**\
`<Item Id>`

**Required permission**\
`uci.info`

**Aliases**\
`info`

**Example usage**\
`uci info 42`

**Behavior notes**

* Validates the custom item exists.
* Builds a formatted string with: name, id, item type, scale/weight, spawn info (does it spawn? spawn coords/dynamic/zones and counts), custom flags, and detailed settings for the active flags.
* Processes flag settings reflectively: looks at properties in the `FlagSettings` object and prints properties with icons and friendly display names.
* Handles lists vs single-value settings and tries to map property names to icons and colors (e.g., `GlowColor` sets a color variable used for ItemGlow sections).


---

# 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.uci.ucserver.it/uncomplicatedcustomitems/api/commands/admin-commands/info.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.
