# TLDR

The **TL;DR Summary** feature provides an automated, structured recap of the most relevant discussions within the community. Instead of scrolling through hundreds of messages, users can quickly grasp the key topics discussed during the day.

<figure><img src="/files/CKPI02jyhFSld6QnMX6r" alt="" width="406"><figcaption></figcaption></figure>

### How it works

* To generate a summary, use the command `/tldr` in your Telegram group. The bot will analyze recent discussions and provide a structured summary.
* It first filters out irrelevant messages, focusing only on the most meaningful content.
* The bot then organizes the key points into clear categories:
  * **Topic/Theme:** A concise title summarizing the main subject discussed.
  * **Description/Decision:** A short explanation detailing the discussion and any key takeaways.
* Users can also filter summaries by date using `/tldr YYYY-MM-DD` to retrieve discussions from a specific day.

{% hint style="info" %}
This feature is currently in **beta**, and we are actively improving its accuracy and performance based on user feedback.
{% endhint %}


---

# 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.tgmetrics.ai/tgmetrics-bot/openapi.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.
