> For the complete documentation index, see [llms.txt](https://blog.telegram.lvivcenter.org/tg-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.telegram.lvivcenter.org/tg-research/search-by-date.md).

# Search by Date

Search by Date allows you to quickly sort messages by a specific period. This tool can be used independently or in combination with [filters](/tg-research/filters.md) or [text search](/tg-research/text-search.md).

{% embed url="<https://app.guideflow.com/player/ok81oj3sxp>" fullWidth="true" %}

Fill in the "<img src="/files/1fVMjIOT6Aejfj1Cv1RQ" alt="" data-size="line"> Start Date" and "<img src="/files/W2x4STpA1a2lph15rS29" alt="" data-size="line"> End Date" fields to select a time period. For example, enter `11.06.2023` as the start date and `12.06.2023` as the end date. Click anywhere outside the fields to activate the query without pressing the Enter key. Enter the same start and end dates to view messages from a single day. To reset the selected dates, click the "<img src="/files/PVmhZx8PbkQpK9WVxbkm" alt="" data-size="line"> Reset Dates" button.

<div><figure><img src="/files/uPqJyru6B5t2IzsMUkAm" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/o8YOCWJ3KEdK3IpMgRg0" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://blog.telegram.lvivcenter.org/tg-research/search-by-date.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.
