# OTP SMS templates

Below you can find several examples of notifications, which you can use in SMS in '[Create template](https://nymcard.com/docs/api#tag/Notification-Templates/operation/createTemplate)' API:

{% code title="Example 1" overflow="wrap" %}

```
// <OTP> is your OTP for online purchase of <TRANSACTION_CURRENCY> <TRANSACTION_AMOUNT> at <MERCHANT_NAME> thru card <CARD_LAST4_DIGITS>
```

{% endcode %}

{% code title="Example 2" overflow="wrap" %}

```
// Your OTP to complete your transaction of <TRANSACTION_CURRENCY> <TRANSACTION_AMOUNT> at <MERCHANT_NAME> for card <CARD_LAST4_DIGITS> is <OTP>
```

{% endcode %}

{% code title="Example 3" overflow="wrap" %}

```
// For transaction of <TRANSACTION_CURRENCY> <TRANSACTION_AMOUNT> at <MERCHANT_NAME> on card card <CARD_LAST4_DIGITS>, the OTP is <OTP>
```

{% endcode %}


---

# 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://docs.nymcard.com/get-started/security/otp-sms-templates.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.
