# Семпл

Для более оперативного получения данных может применяться семпл. Это способ обработки данных, с помощью которого можно составить общее представление о статистике на основе лишь части данных (выборке). Алгоритм семплирования выбирает данные равномерно количеству событий и посетителей сайта.

В таком случае система обрабатывает лишь часть получаемых данных (например, 1/10). В результате в отчет могут не попасть данные по менее посещаемым страницам или редким поисковым запросам.

Механизм семплирования применяется автоматически в отчетах, но также его можно скорректировать вручную.


---

# 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://top-100-writer.gitbook.io/top100-documentation/rabota-s-otchyotami-v-analitike-top-100/instrumenty-analitiki-top-100/sempl.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.
