> For the complete documentation index, see [llms.txt](https://docs.roboteasy.tech/studio-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboteasy.tech/studio-en/studio/objetos/acoes-globais/caixa-de-mensagem.md).

# Message Box

Object that allows a message box to open in the screen.

{% hint style="warning" %}
**Important**: This operation will pause the robot's execution while the message box isn't closed.
{% endhint %}

## Settings

To use this object, you need to drag it to the Studio's workspace and insert the desired message.

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FU9A6cFURtBgGnXrvPPOM%2Fmessage%20box.png?alt=media&amp;token=d71a1278-132f-4027-94ec-a1a8c8b34950" alt=""><figcaption></figcaption></figure>

| Title   | It's the object's name and doesn't need to be changed, unless you want to identify it to make it easier to find on the robot, for example: "Message Box - Zip Code Data". |
| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Message | Text, value or condition to be shown in the message box.                                                                                                                  |

{% hint style="info" %}
**INTERPOLATION**

This is a technical concept used in programming and you don't need to worry about changing it at this point.
{% endhint %}

{% hint style="info" %}
**VARIABLES**&#x20;

To find out more about it, click [here](/studio-en/studio/utilizar-variaveis.md).
{% endhint %}

## USE CASES&#x20;

* To check the return of some data configured within another object. Example: Zip Code or ID Number.
* When you simply want to see a specific message on the screen.&#x20;
* To pause the robot's execution and check the return of some data and/or message.

## Example

To check the return of data using the Search Zip Code Data object.

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2Ft7nuBy1nmWKvN3qNM2EK%2Fimage.png?alt=media&amp;token=84401e30-7921-4e7e-89be-ecedec1e0175" alt=""><figcaption><p>Example - Functional Model of the Message Box Object</p></figcaption></figure>

**STEP 1**: Select Roboteasy zip code.

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FWNsoISdukoFB3GJzi6Xt%2Fimage.png?alt=media&amp;token=60fd6914-7e5e-416c-9229-e87617016ad0" alt=""><figcaption><p>Search CEP Data Object</p></figcaption></figure>

**STEP 2:** Set the "Message Box" object with the Identifier Name of the "Search Data CEP Object".

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FPAIbtbZ0R4fUt24YLUqT%2Fmessage%20box%20setting.gif?alt=media&amp;token=25023ea8-ad9d-44fd-b9d9-2e7351851ca6" alt=""><figcaption><p>Message Box settings</p></figcaption></figure>

**STEP 3:** Check the execution, thus showing the data fetched from Roboteasy zip code.

<figure><img src="https://1031980850-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fq5KHpWgHEwo0MpHCFtAb%2Fuploads%2FbdM3ouvhNrqHdc3BKz4s%2Fmessage%20box%20result.gif?alt=media&amp;token=2cf51f53-1cba-49e9-882a-f603f6187adb" alt=""><figcaption><p>Successful robot's execution</p></figcaption></figure>

## Download it:

{% file src="/files/InI2tYigfzcklbFeB8pf" %}
