# Display nodes

*Display* nodes are used to share information with your customers.

The following *Display* nodes are available:

* [**Contact Sending**](/flow/user-facing-nodes/display-nodes/menu-nodes-contact-sending.md) - Send a contact card to your customers containing relevant contact information.
* [**External Link**](/flow/user-facing-nodes/display-nodes/menu-nodes-external-link.md) - Allows you to call an external web URL and allows the URL to return a single variable result.
* [**Location Sharing**](/flow/user-facing-nodes/display-nodes/location-sharing.md) - Either send a location pin to a customer or receive a location pin from the customer and use the information in your workflow.
* [**Media**](/flow/user-facing-nodes/display-nodes/user-facing-interactions-media-node.md) - Send or receive media files.&#x20;
* [**OTP Menu**](/flow/user-facing-nodes/display-nodes/otp-menu.md) - Send an OTP to a customer via SMS as a method of verification.&#x20;
* [**Rich Link**](/flow/user-facing-nodes/display-nodes/rich-link.md) - Send a web link a customer can use to visit a specific site. *(Apple Messages for Business only)*
* [**Text Display**](/flow/user-facing-nodes/display-nodes/text-display.md) - Display static information to the customer.


---

# 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://guides.clickatell.com/flow/user-facing-nodes/display-nodes.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.
