# Info

**Description:**\
Gets the extended description of a `CustomItem` the player is currently holding. If the player is not holding a custom item, the command will attempt to find a summoned custom item in the player's inventory and return an appropriate error message.

**Command:**\
`.customiteminfo`\
**Aliases:** `.info`, `.cinfo`

**Example usage:**\
`info` — while holding a CustomItem that has an extended description.

**Behavior / logic summary:**

* Command must be executed in-game by a player (not server console).
* If the player does not hold an item, it checks the player's inventory for summoned custom items and returns an error if none are found.
* If the held item is a summoned custom item and it contains a non-empty `ExtendedDescription`, the command returns that description.
* The returned description supports placeholders which are replaced before being sent:
  * `%name%` -> CustomItem name
  * `%playername%` / `%player%` -> owner display name
  * `%id%` -> custom item ID
  * `%serial%` -> summoned item serial


---

# 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/user-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.
