# Response Icons

## Custom Icon Color

You can override the default response icon's color by specifying an "`iconColor`" **output parameter** with with a hex color code.&#x20;

```javascript
iconColor = #E0427E
```

## Quick Custom Icon

You can override the default response icon by specifying an "`icon`" **output parameter** with the name of the icon. Icon names can be found on [Material Design Icons](https://materialdesignicons.com/)

```javascript
icon = comment-alert-outline
```

## Leverage "emotion" in Studio for Custom Response Icons

This option leverages the "emotion" functionality in Teneo Studio.&#x20;

Just construct your emotions in a format where there a pipe sign | and the icon name after the pipe sign. Add the emotion to any response node and you should see the custom icon being displayed in the response.

Any icon from here should work.

{% embed url="<https://materialdesignicons.com/>" %}

<div align="left"><img src="https://4062709520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-La71Iy76rotlqbCOWoQ%2F-Lv6SGf4zF7sVgppSOo3%2F-Lv6SnhPd8LG4BYOZWM9%2Fimage.png?alt=media&#x26;token=afabd27d-7a5b-4785-81b1-be4773c2cf00" alt=""></div>

### Teneo Studio Setup

<div align="left"><img src="https://4062709520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-La71Iy76rotlqbCOWoQ%2F-Lv6SGf4zF7sVgppSOo3%2F-Lv6Sz4dmdpdd6iB6qHG%2Fimage.png?alt=media&#x26;token=4f62bbdc-7a23-4393-a39d-6ee377b63800" alt="Solution » Globals » Emotions"></div>

<div align="left"><img src="https://4062709520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-La71Iy76rotlqbCOWoQ%2F-Lv6SGf4zF7sVgppSOo3%2F-Lv6Tbi0fOvUZJK0esMP%2Fimage.png?alt=media&#x26;token=5a88ff06-056e-42e0-8d48-295b21d9ca5c" alt="Assign emotion on output nodes"></div>


---

# 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://jolzee.gitbook.io/leopard/components/custom-response-icons.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.
