# Settings and Operations

In this section, we'll take a detailed look at each step in the process of configuring a module, which includes creating and configuring operations, which are tasks that each module can perform in a flow.

***

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

To configure your module, click on the "**Modules"** menu and then click on the module you want to configure.

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

Right after the information panel, note that the settings are divided into two parts:

**Settings**: in this area the **Connectivity Type** is defined. From this definition, other fields will be shown, such as database and authentication type.

**Operations**: these are the actions that can be carried out by your module when it is subsequently added to a flow.

Below is the list of documentation for each configuration step:

* [Module Settings](/english/skyone-studio/modules/settings-and-operations/module-settings.md)
  * [Connectivity: Database](/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-database.md)
  * [Connectivity: Email](/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-email.md)
  * [Connectivity: REST](/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-rest.md)
  * [Connectivity: SOAP](/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-soap.md)
  * [Connectivity: File](/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-file.md)
  * [Connectivity: RFC](/english/skyone-studio/modules/settings-and-operations/module-settings/connectivity-rfc.md)
  * [Connected Account Management](/english/skyone-studio/modules/settings-and-operations/module-settings/connected-account-management.md)
* [Operations](/english/skyone-studio/modules/settings-and-operations/operations.md)
  * [Operation Management](/english/skyone-studio/modules/settings-and-operations/operations/operation-management.md)


---

# 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/modules/settings-and-operations.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.
