> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ton.org/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.ton.org/feedback

```json
{
  "path": "/ecosystem/tma/overview",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# TMA: Telegram Mini Apps overview

Telegram Mini Apps (TMAs) are web applications that run within the Telegram messenger. They are built using web technologies — HTML, CSS, and JavaScript.

<video autoPlay muted loop className="w-full rounded-xl" src="https://mintcdn.com/companyname-a7d5b98e/G_aQrLAzW_93b4a6/resources/videos/TMA.mp4?fit=max&auto=format&n=G_aQrLAzW_93b4a6&q=85&s=97ffea5b8de466b46ceacfef815fda27" data-path="resources/videos/TMA.mp4">
  Your browser does not support the \<video> tag.
</video>

Mini Apps run within Telegram and are instantly accessible — without the need for installation or redirects.

## TMA developer tools

* [TMA create CLI](/ecosystem/tma/create-mini-app)
* [Telegram UI Kit](/ecosystem/tma/telegram-ui/overview)
* [Analytics](/ecosystem/tma/analytics/analytics)
