# Hidden Messages

One of the actions categorized in the special section of Tiledesk Design Studio is the Hidden Message.&#x20;

This action allows you to send messages to the machine without being visible to the end customer.&#x20;

There are several applications for this action, such as conditional logic, data storage, and more.

#### &#x20;Step-by-step guide to using Hidden Messages[#](https://gethelp.tiledesk.com/articles/hidden-messages-and-how-to-use-them-in-design-studio/#step-by-step-guide-to-using-hidden-messages) <a href="#step-by-step-guide-to-using-hidden-messages" id="step-by-step-guide-to-using-hidden-messages"></a>

To use the hidden action, first, navigate to the Tiledesk dashboard and then to the Design Studio.&#x20;

For this example, I will evaluate the user’s email to determine if it is a company email. If it is, I will store it as the user’s company without sharing this information with the user.

To assess the user’s email, I need to use an action called “[ChatGPT Task](/ai-chatbots-and-automation/actions-explained/chatgpt-task.md)” and insert the following prompt in its prompt section:

*Analyze the email address provided by the user and respond only and exclusively with the name of their company if it is a business email.*

*The user's email is:*

<figure><img src="/files/eppKILf9vbHqLQ5TmvwX" alt=""><figcaption></figcaption></figure>

Then, I will use the Hidden Message action and insert . In this scenario, we extract the user’s company from their email without sharing this information with the end user, as it is not necessary to share with them.&#x20;

<figure><img src="/files/M0QFPGm2a4lyFU93lDFH" alt=""><figcaption></figcaption></figure>

In the next step, I will use another action called “Set attribute” to assign the user’s company name to a new attribute, as shown in the image below.

<figure><img src="/files/uAqHbIX1RAHSauVphYdq" alt=""><figcaption></figcaption></figure>

With this strategy, we can record the user’s company in a new attribute just by asking for their work email.

\
I hope you found this helpful.&#x20;

If you need assistance, do not hesitate to contact us via <support@tiledesk.com>.&#x20;

For more details, please visit [www.tiledesk.com](https://tiledesk.com/).&#x20;

If you haven’t created your free account yet, [start here](https://panel.tiledesk.com/v3/dashboard/#/signup).


---

# 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://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/hidden-messages.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.
