> For the complete documentation index, see [llms.txt](https://docs.sirecstudio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sirecstudio.com/ss-telegram/change-logs/ss-telegram-v4.4.md).

# SS-Telegram V4.4

## Update Summary

SS-Telegram V4.4 expands the telegram system with improved documentation, identity integration notes, anonymous telegram support, money transfer guidance, coordinate sharing, saved telegram items, and clearer setup instructions for server owners.

***

## Added

* Added full GitBook documentation for installation, configuration, usage, SQL, and troubleshooting.
* Added documentation for normal and anonymous telegram items.
* Added documentation for money transfer through telegrams.
* Added documentation for coordinate sharing and the required `coords` database column.
* Added documentation for saved telegram items and metadata usage.
* Added documentation for `SS-IdentityCard` integration.
* Added documentation for official job/institution sender names.

***

## Telegram System

* Documented the bird delivery flow for new telegrams.
* Documented unread telegram checks through `TimeCheck`.
* Documented stuck/dead bird reset through `ResetTelegram`.
* Documented normal bird and anonymous bird model configuration.

***

## Config & Translations

* Documented `config.lua`, `l/l.lua`, and `config.js`.
* Added setup notes for `EN`, `IT`, `ES`, `FR`, `DE`, `PT`, `RU`, and `RO`.
* Added safe configuration examples for items, webhooks, date, camera, money, and timers.

***

## SQL & Compatibility

* Documented VORP and RSG SQL files.
* Added upgrade note for the `coords` column required by coordinate sharing.

***

## Preview

* Added GitBook preview images for normal telegram, anonymous telegram, and telegram item visuals.


---

# 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.sirecstudio.com/ss-telegram/change-logs/ss-telegram-v4.4.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.
