> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/skyone-studio/integracoes/fluxos/modulos-ferramentais/outros-modulos-ferramentais-do-skyone-studio.md).

# Outros Módulos Ferramentais do Skyone Studio

Os módulos ferramentais "**Resultado"**, "**Atualizar variáveis"** e "**Delay"** são módulos padrões para a utilização em qualquer fluxo, criados para realizar pequenas tarefas, mas que são extremamente úteis, facilitando a criação de fluxos.

{% hint style="info" %}
[Saiba sobre o Cabeçalho do Módulo aqui](/skyone-studio/integracoes/cabecalho-dos-modulos.md).&#x20;
{% endhint %}

Confira, a seguir, mais detalhes de cada módulo:

* [Resultado](#resultado)
* [Atualizar variáveis](#atualizar-variaveis)
* [Delay](#delay)

### Resultado

O módulo "**Resultado"**, composto por uma única operação, retorna um boolean (true/false) na URL de Callback e exibe uma saída confirmando a execução no **Logger.**

Para finalizar a configuração, clique em "**Salvar"**.

### Atualizar variáveis <a href="#atualizar-variaveis" id="atualizar-variaveis"></a>

O módulo "**Atualizar variáveis"**, composto também por uma única operação, atualiza as variáveis do fluxo, para atualizar um parâmetro de controle com dados do fluxo:

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

Para finalizar a configuração, clique em "**Salvar"**.

### Delay  <a href="#delay" id="delay"></a>

O módulo "**Delay**", composto igualmente por uma única operação, possibilita uma pausa no fluxo de 1 a 30 segundos e de 1 a 5 minutos:

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

Para finalizar a configuração, clique em "**Salvar"**.


---

# 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://docs.skyone.cloud/skyone-studio/integracoes/fluxos/modulos-ferramentais/outros-modulos-ferramentais-do-skyone-studio.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.
