> For the complete documentation index, see [llms.txt](https://features.sstrader.com/sstrader-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://features.sstrader.com/sstrader-tutorials/sstrader-it/creating-new-models/time-filter.md).

# Time filter

Time Filter\
\
Choose the time frame for your model
------------------------------------

1. Vai alla pagina di creazione dei filtri sulla piattaforma.
2. Scegli un nome per il tuo filtro. Ciò ti aiuterà a identificare e ricordare lo scopo del filtro in futuro.

Per impostare un intervallo di tempo per il tuo filtro, utilizza i menu a discesa per scegliere i minuti di inizio e fine dell'intervallo. Ad esempio, se vuoi che accada qualcosa di specifico tra il primo e il 35° minuto della partita, selezioneresti "1" nel primo menu a discesa e "35" nel secondo menu a discesa.\
![](https://lh3.googleusercontent.com/fG-8W__ClMYbMEdBqkd0fHHxEMKXMyOcvjw-o4jSJqJwOWhneqLj0x2LpMpSUFj7abfvFGyC7ee5X74Ns-RKaIG0rhy2RjtyfyHkRx3zrwjAzAd3blbulqkqfOTry3K7ZYZE8snCbDU622IMETVroU7f4k1q-EnOpN2A5lbnYJjZ6oQnHZuX8fgZjDRPyg)

Se vuoi che accada qualcosa di specifico prima di un certo minuto, seleziona il minuto desiderato nel primo menu a discesa e "Prima" nel secondo menu a discesa. Ad esempio, se vuoi che accada qualcosa di specifico fino al 40° minuto, selezioneresti "40" nel primo menu a discesa e "Prima" nel secondo menu a discesa.

<br>

\
![](https://lh5.googleusercontent.com/60-onjIzMiA9X_tfUhytt0yIXOCi8yr3OIF1mAxbjQY6AosYvUk1YSDqh3uoC7KL5E3glANfHqZeFAjl0ZAlIO8AnJtfXjqp7MycDzCO7mfG-aC7LY2r-HiI0qx9VIwFe8nSzga4ue5PDOKIxwJWIpPZv1U4ccEcRmtph5Sx1MedqpbHKlinixIx6jAynQ)

Se vuoi che accada qualcosa di specifico dopo un certo minuto, seleziona il minuto desiderato nel primo menu a discesa e "Dopo" nel secondo menu a discesa. Ad esempio, se vuoi che accada qualcosa di specifico dopo il 65° minuto, selezioneresti "65" nel primo menu a discesa e "Dopo" nel secondo menu a discesa.

![](https://lh3.googleusercontent.com/SsXt2Xdd8Qwy6tzR6DDdtqccYxkkRmQ5vdrTKlzkcJcPoCtoW6Uu2SP_JuAONQWYp6bkbGWFn9B4Sx1O2SMUGpbfd8UCutMScJ6eKTZQTifwbPa5OQgpS9KuTwGG4_J11F26wbNqIjyUdGkpVgjfzbn_eEBXBkKE_5mZN1FThcwwoiHkavCXIMqGuFrS9w)

Quando hai finito di impostare i tuoi filtri, fai clic su "Save" in alto a destra per salvare il filtro per un utilizzo futuro in un modello.

<br>

<br>


---

# 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://features.sstrader.com/sstrader-tutorials/sstrader-it/creating-new-models/time-filter.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.
