> For the complete documentation index, see [llms.txt](https://spacecore.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spacecore.gitbook.io/wiki/ua/communications/telegram-ping-bot.md).

# Використання пінг-бота в Telegram

Ви можете використовувати наш [Telegram бот](/wiki/ua/customer-service/how-to-contact-support.md) для отримання корисної інформації про ваш сервер.

## Основні команди:

При використанні команди /start ви побачите привітальне повідомлення від бота з усіма доступними командами та іншою інформацією. Розглянемо все докладніше:

### /ping

Команда дозволяє пінгувати будь-який сервер за доменним іменем з великої кількості локацій, таких як:

{% hint style="info" %}

1. Фінляндія (Гельсінкі)
2. Німеччина (Фалькенштайн)
3. Нідерланди (Амстердам)
4. Люксембург
5. Франція (Гравлін)
6. Україна (Київ)
7. США (Чикаго)
8. США (Маямі)
   {% endhint %}

Додатково відображається ім'я хоста, що перевіряється, та дата перевірки. Таким чином, ви можете дуже легко розрахувати пінг з однієї локації до іншої, оскільки деякі сервери є вузлами наших послуг.

### /ipcalc

Відображає інформацію про зазначену IP-адресу, а також застосовану маску підмережі. Потрібно вказати адресу підмережі та маску, розділивши їх символом «/». Крім того, можна вказати лише IP-адресу, тоді автоматично буде використана маска /32.

### /tcp

Команда дозволяє перевірити доступність TCP-портів з IP-адрес з різних локацій. Використовується як «IP port» або «IP:port».

### /web

Перевіряє сайт за HTTP-запитом з усіх локацій, що відповідають.

### /whois

Відображає інформацію про зазначене доменне ім'я, яка включає реєстраційні дані та NS-записи.

### /mc

Для використання потрібно вказати доменне ім'я/IP-адресу сервера + порт у форматі: /mc ip:port. Якщо не вказати порт, буде використаний стандартний порт 25565. Команда пінгує сервер Minecraft з усіх локацій, а також відображає поточний онлайн.


---

# 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://spacecore.gitbook.io/wiki/ua/communications/telegram-ping-bot.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.
