# moduleOperations

### Maintaining the Module

Users have the ability to manage modules with ease:

* **Update Module:** Users can edit module details, such as its Name,Key,Identity,Description.
* **Delete Module:** If a module is no longer needed, users can remove it from the system, ensuring clean organization.

### Updating Module

1. Navigate to the module which you want to update.
2. Click on the "Edit Module" button

   ![Editing module](/files/q6uMD915SZWWzga9woo2)
3. Update the desired field.
4. Click Update Module

   ![Updating module](/files/QbJTgRNDPnrdIIZezMt7)

### Deleting Module

1. Under the ***Build*** tab, Select ***Test Repository***

   ![Creating Modules 1](/files/55Q4EDORqliZzkI6psUl)
2. On ***Modules page*** click on the "All Repository" Tab.

   ![Creating Modules 1](/files/zBVr3SYyWk4ATCJX5p51)
3. Select the module to be deleted and Click on the "Three Dots". ![Delete](/files/yUurR6D6i3SesNhTutic)
4. Click on ***Delete Module*** button.


---

# 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.qyrus.com/web-testing/build/moduleoperations.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.
