# Answer Borders

If the **output parameter** "`border`" exists then it's value will be used as the left border or the response or [response chunks](https://jolzee.gitbook.io/leopard/components/splitting-a-response).&#x20;

```javascript
border = #FF4C5B
```

If you want to control the borders for each [response chunk](https://jolzee.gitbook.io/leopard/components/splitting-a-response) the you will need a "`borders`" **output parameter** and an array of colors.&#x20;

```javascript
borders = ["Red", "#00FF00", "", "Blue"]
```

{% hint style="info" %}
borders will always take precedence if both output parameters are present on a response.
{% endhint %}

## Screenshots

{% tabs %}
{% tab title="Separate Border Colors for Answer Chunks" %}

<div align="left"><img src="https://4062709520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-La71Iy76rotlqbCOWoQ%2F-M9do0wgYhvfBA1HUZwo%2F-M9doPAU51TKZxKKJKD-%2Fborders.png?alt=media&#x26;token=d761b5a3-de8b-4dcd-a2a3-553b9dc1b81c" alt=""></div>
{% endtab %}

{% tab title="Single Border Color " %}

<div align="left"><img src="https://4062709520-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-La71Iy76rotlqbCOWoQ%2F-M9do0wgYhvfBA1HUZwo%2F-M9dq2L9L7_K1_b4pMYm%2Fborder-color.png?alt=media&#x26;token=ae6cea99-a963-4139-ac52-82476c2f9832" alt=""></div>
{% endtab %}
{% endtabs %}
