> 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/edicao-de-gatilhos-e-modulos-no-fluxo.md).

# Edição de gatilhos e módulos no fluxo

Todos os componentes adicionados no fluxo podem ser editados e excluídos. Nesta documentação, exploraremos em detalhes o processo de edição e exclusão dos gatilhos e módulos após sua adição e configuração inicial no fluxo.

### &#x20;Como acessar <a href="#como-acessar" id="como-acessar"></a>

Na grade de edição do fluxo, observe que, ao clicar em qualquer componente - seja gatilho ou módulos, a tela mostra três pequenos ícones: **copiar** (link), **editar** e **excluir**.

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

{% tabs %}
{% tab title="Copiar componente" %}
Ao clicar em "**Copiar"**, automaticamente a URL do componente será copiada e será possível compartilhar com outras pessoas.

{% hint style="warning" %}
**Importante**: se a pessoa receptora desta URL não fizer parte do espaço de trabalho, ela não poderá visualizar o componente.
{% endhint %}
{% endtab %}

{% tab title="Editar componente " %}
Caso necessite editar um componente do fluxo, basta clicar em "**Editar"**. Em seguida, abrirá a área de edição do módulo.

Edite o que for necessário e clique em "**Salvar"**.
{% endtab %}

{% tab title="Excluir componente" %}
Caso necessite excluir um componente do fluxo, basta clicar em "**Excluir"**. Em seguida, abrirá o modal para confirmar a exclusão.

{% hint style="warning" %}
Embora você sempre possa adicionar novamente o componente excluído, quaisquer configuração realizada anteriormente deverá ser refeita.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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/edicao-de-gatilhos-e-modulos-no-fluxo.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.
