# Version 1.15

The Sherpa RPA Platform has been updated.

Key features of the new Sherpa RPA 1.15 version:

1. The template engine for scanned documents and photographs now supports the recognition of tables that lack dividing lines between columns and/or rows. It also supports multi-line product names and rows with empty cells in the first/first columns, as well as columns with varying widths.

This functionality is particularly useful for recognizing foreign documents, such as invoices, where it is not always customary to draw borders between table cells.

2. The Outlook palette now includes support for attachments in emails, both when receiving and sending mail.
3. A Telegram palette has been introduced with full native support for Telegram. You can create your own chatbots as well as operate on behalf of your Telegram account (i.e., emulate the Telegram client).

It supports sending and receiving messages to both people and channels, downloading message histories, retrieving address book lists, sending and receiving photos and arbitrary files, and much more.

To illustrate the new capabilities, we have added two new demo projects to the Projects folder of the distribution. One demonstrates working with Telegram on behalf of a client, while the other does so on behalf of a chatbot.

4. A "Run C# Code" block has been added. This block allows you to import variable and object values from project diagrams for use within your C# code and, conversely, export modified values back to the main project's variables and objects. Additionally, you can connect necessary external libraries and namespaces to your C# code. The code is compiled only once before the project execution begins, allowing it to run at high speed even within loops.
5. All functions for working with images and searching for images on the screen have been consolidated into a separate Images palette, which has been enriched with five new blocks. You can now search for images by sample not only on the screen but also within another image file, compare images, take screenshots, and much more. Approach the new functionality creatively. For example, it is now easy to search for stamps on documents.
6. A visual block "Click Mouse on 1C Table Cell" has been added to the 1C palette, which significantly simplifies working with 1C tables in complex cases, as well as addressing cells by row and column number.
7. Blocks have been added for highlighting elements on the screen, playing arbitrary sounds, allowing users to select folders, inserting images into Word table cells and changing fonts in tables, counting, renaming, and deleting Excel sheets, and a dozen more useful blocks across various palettes.
8. The ability to set arbitrary proxy settings in the robot has been added, including using authentication.

In addition, the new version includes over a hundred fixes for various issues.


---

# 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.sherparpa.ru/en/obnovleniya/obnovleniya-sherpa-designer/arkhiv-obnovlenii/versiya-1.15.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.
