# Output labels

Output (interface) labels should be clear and consistent so it is easy for users to understand their data and confidently map values between different modules.&#x20;

Consider the following when creating output labels:

* Use [sentence case capitalization](https://apastyle.apa.org/style-grammar-guidelines/capitalization/sentence-case). Capitalize only the first word and proper nouns.
* Use plain terms rather than API formats.
* Match terminology exactly. The output label must be identical to the corresponding mappable parameter.
* Follow the same order. The output labels and mappable parameters should be listed in the same order in both locations.

{% hint style="info" %}
Raw values (the actual keys returned by the API) shouldn’t be updated. They must be left as-is so they accurately reflect the external service's API documentation.
{% endhint %}

## Output label examples <a href="#capitalization" id="capitalization"></a>

| Correct       | Incorrect          |
| ------------- | ------------------ |
| Email address | Email Address      |
| User ID       | userID or user\_id |

{% tabs %}
{% tab title="Output labels" %}

<div align="left"><figure><img src="https://1562974717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNS0mCBwODiYtOVXjc6qf%2Fuploads%2FOgiWlnxdeGCugv8YIm3C%2Fnaming_outputlabels.png?alt=media&#x26;token=92e1d4a8-ab13-47a4-850b-64507462c386" alt="" width="338"><figcaption></figcaption></figure></div>

This example from **Make AI Toolkit > Simple text prompt** follows the standard practices listed above.
{% endtab %}

{% tab title="Corresponding mappable parameter labels" %}

<div align="left"><figure><img src="https://1562974717-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNS0mCBwODiYtOVXjc6qf%2Fuploads%2Fxb3hX0vatlAcZ2URG4iE%2Fnaming_mappableparamlabels.png?alt=media&#x26;token=2a5f6ddf-51ff-4b12-9c3a-2881e4407632" alt="" width="290"><figcaption></figcaption></figure></div>

This example from **Make AI Toolkit > Simple text prompt** follows the standard practices listed above. The [mappable parameter labels](https://developers.make.com/custom-apps-documentation/best-practices/naming-conventions/input-parameters/parameter-labels) match the output labels for consistency and clarity.
{% endtab %}
{% endtabs %}
