---
title: "FAQ"
id: "1808"
type: "page"
slug: "faq"
published_at: "2026-09-20T22:08:56+00:00"
modified_at: "2026-09-21T01:36:28+00:00"
url: "https://xedant.com/agents/telegram/faq"
markdown_url: "https://xedant.com/agents/telegram/faq.md"
excerpt: "Telegram Agent is a tool for people who run Telegram channels and do marketing. Your…"
---

# FAQ

[https://xedant.com/agents/telegram/faq.md](https://xedant.com/agents/telegram/faq.md)

## What is Telegram Agent and who is it for?

Telegram Agent is a tool for people who run Telegram channels and do marketing. Your own channels publish themselves on a schedule without the routine, other people’s channels and chats are monitored as content sources, and AI helps write comments and answer questions in plain language. All in one interface, in English.

## Do I need to know how to program?

No. A bot for a channel is created by @BotFather in Telegram in a minute — the token is pasted into the interface and verified automatically. A personal account connects with a phone number and a code. The queue, the schedule and analytics are visual, with no code. Programming is only needed by those who want custom routing scripts through the API.

## Is it safe to connect a personal Telegram account?

Sessions are stored only in your container (the `/data/sessions` volume) and survive restarts. Disconnecting an account deletes the session; reconnecting requires a new Telegram code. The account is used for exactly what you configured: sources and channels it has access to.

## What is the difference between a “channel” and a “source”?

Channels are yours: you manage them and publish into them. Sources are other people’s channels, chats and RSS feeds that you watch: their messages are collected into the feed, sorted with tags and can end up in your content queue.

## How does AI help with comments?

AI suggests three comment variants for a post from another channel; you pick one and edit it before publishing. There are templates with the channel name and author name substitution, and limits (how many comments per day per account) protect the channel from mistakes.

## Can I use it without Xedant Agent?

Yes. Channels, publishing, the schedule, the queue, sources, the feed, authors, comments and analytics work on their own. The integration adds the Call Agent buttons and the agent chat — for that you need the address and API key of your Xedant Agent.

## How do I activate a license and what does it give?

The key is entered in the license dialog (the footer of the main screen) or passed with the `AGENT_LICENSE` variable. The license is needed only for sending messages to the agent chat; everything else works without it. The key is shared across the products of this family: one key can cover both Telegram Agent and Xedant Agent — the dialog shows which products it covers. Prices — $197 / $497 / $970 (see the [licensing page](/agents/telegram/license)
).

## Where is the data stored?

Everything is in the `/data` volume of your container: the database, Telegram account sessions, media, keys. The volume survives container recreation; when needed, the data moves together with it.

## Can I dictate a task to the agent instead of typing it?

Yes: the message box has a mic button — press it, say the task, press again, and the recognized text appears in the box as a ready message. The button shows up when speech recognition is enabled in the settings of your Xedant Agent, and it works in the chat panel and in the prompts queue rows. Details in the [Voice Input](/agents/telegram/docs/speech)
 section.

## Can I hand a file to the agent right from the chat?

Yes: the message box supports pasting from the clipboard (a button on the computer, Ctrl+V, a paperclip on the phone). A screenshot, picture or file is uploaded to the project folder, and the message gets the path to it — the agent knows exactly which file you mean. Details in the [Agent](/agents/telegram/docs/agent)
 section.
