# KCS - Agendamento de Scripts no Agente Remoto

## 💻 Agendamento de Scripts no Agente Remoto

🕒 Tempo aproximado para leitura: 00:00:45 min

***

### ❓ Dúvida

É possível configurar o agendamento de Scripts no Agente Remoto para que eles sejam executados automaticamente em horários específicos?

***

### 🔎 Causa

Necessidade de automatizar a execução de comandos de manutenção, atualizações ou diagnósticos em máquinas com o agente instalado, sem a necessidade de disparo manual imediato.

***

### ✅ Solução

Atualmente, o sistema permite o agendamento de scripts, porém com uma característica importante:

* Agendamento Único: É possível programar a execução de um script para uma data e hora futura específica, mas o sistema permite apenas uma única execução por agendamento.
* Sem Recorrência: Não é possível configurar agendas recorrentes (ex: executar todo domingo às 22h) de forma nativa dentro da interface de Recursos.
* Ação Manual: O usuário deve acessar a interface do agente remoto e realizar um novo agendamento sempre que uma nova execução pontual for necessária.

<figure><img src="/files/AYSMDIHkhwNpnSybuF10" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7dCFvyzBQ8PQxYOP5SSp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LQ2z2BDNx91JCl6gZL6C" alt=""><figcaption></figcaption></figure>


---

# 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://guia-de-uso.tiflux.com/faq/duvidas-frequentes/recurso/kcs-agendamento-de-scripts-no-agente-remoto.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.
