> For the complete documentation index, see [llms.txt](https://mikeudintools.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mikeudintools.gitbook.io/help/custom-buttons/icon-and-description.md).

# Icon and description

Now assign an icon image to the button.

![](/files/-LbcPtNT9nyPr5bKoAIJ)

**Custom Buttons** plug-in offers several options for creating icons for the button. You can use the icon of the active object, tag, material or active tool. You can also load an image from the disk, render the scene, and also choose the icon of a Cinema 4D command.

To capture the icon of the active object, tag or material, select the desired object in the manager, then in the plug-in window, click the icon and open a pop-up menu.

To get icon of existing Cinema 4D commang open **Command Manager** by pressing **Shift+F12**, find desired command or function which icon you want use, then copy its ID.

![](/files/-LdhCvu7JfXLUsRtzCig)

![](/files/-LdhFFnMksiSa8qKJC3c)

1. Choose command.
2. Copy ID text by clicking right mouse button.
3. Enter ID to setup custom button icon

If necessary, you can specify a description of the button. In addition to the description specified by the user, information about all the parameters contained in the presets will be added.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mikeudintools.gitbook.io/help/custom-buttons/icon-and-description.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
