# Editing triggers and modules

All components added to the flow can be edited and deleted. In this documentation, we will explore in detail the process of editing and deleting triggers and modules after their initial addition and configuration in the flow.

### How to access <a href="#how-to-access" id="how-to-access"></a>

In the flow editing grid, note that when you click on any component - be it a trigger or modules, the screen shows three small icons: **copy** (link), **edit** and **delete**.

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

Below, you'll find each item:

{% tabs %}
{% tab title="Copy componenet" %}
When you click "**Copy"**, the component's URL will automatically be copied and you can share it with other people.

{% hint style="warning" %}
**Important:** if the person receiving this URL is not part of the workspace, they will not be able to view it.
{% endhint %}
{% endtab %}

{% tab title="Edit component" %}
If you need to edit a component of the flow, just click on "**Edit"**. The module's editing area will then open.

Edit as necessary and click "**Save"**.
{% endtab %}

{% tab title="Delete component" %}
If you need to delete a component from the flow, just click "**Delete"**. The modal will then open to confirm the deletion.

{% hint style="warning" %}
Although you can always add the deleted component again, any settings you have made will be lost.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://docs.skyone.cloud/english/skyone-studio/integrations/flows/editing-triggers-and-modules.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.
