# Module Header

When adding or editing a module, regardless of the type (trigger, tool, etc.), the screen displays some standard items and resources in the header.

Here's what you'll find:

### **Name and Description**

At the top of the module editing screen, the header displays the module’s name and description.

You can rename any module, including the default modules in Skyone Studio. To do so, click on the name, make the desired changes, and press "Enter" or click outside the text box.

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

### **Execution configuration**

You can manage the number of executions of your module through this area.

<figure><img src="/files/3acRSPE5Wv1ofpEkmlXW" alt=""><figcaption></figcaption></figure>

To do this:

1. Choose the desired number and measure of time (seconds or minutes);
2. Determine the number of attempts;
3. Activate or deactivate the use of execution logs;
4. Click "**Save"** to finish the action.

### **Copy URL**

It is possible to copy the execution URL to run the flow outside of Skyone Studio, using a third-party application such as Postman.

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

### **Delete component**

You can delete the module, and a modal will be displayed to confirm the action.

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

{% hint style="warning" %}
It's not possible to undo the deletion.
{% endhint %}


---

# 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/module-header.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.
