> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/system/templates/sms.md).

# SMS

In this subsection, you can manage templates that are used for SMS notifications.

## General templates

On this page, you can manage templates that are used to deliver [event notifications](/back-office-guide/system/event-notifications.md) to [Back Office users](/back-office-guide/system/users.md) via SMS.

### General information

The following information is provided about each template:

**Name**

The template name.

***

**Caption**

The template description.

***

**Enabled**

If **Yes**, a template is enabled and can be used for event notifications; otherwise, **No**.

To view the template details, click the **Edit** button.

### Details

In the **Template** window, you can view or edit the template text.

### Example

The following is an example of a template for SMS notifications about the comments added to the [Event log](/back-office-guide/clients/events-log.md) in which a specific Back Office user was mentioned.

```
{email} mentioned you in the comment added to the Event Log.
View comment: {route}
```

## Confirmation templates

On this page, you can manage templates that are used to deliver verification codes to clients for whom 2FA (two-factor authentication) is enabled via SMS.

### General information

The following information is provided about each template:

**Name**

The template name.

The template with the name **default** can't be disabled, deleted, or renamed.

***

**Caption**

The template description.

***

**Enabled**

If **Yes**, a template is used to deliver verification codes to clients via SMS; otherwise, **No**.

To view the template details, click the **Edit** button.

### Details

In the **Template** window, you can view or edit the template text.

### Example

The following is an example of a template for delivering verification codes via SMS:

```
Your verification code is %CODE%.
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2core.b2broker.com/back-office-guide/system/templates/sms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
