> 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/english/skyone-studio/modules.md).

# Modules

Modules are functional blocks related to a component or part of a system with specific functionalities designed to perform a particular task or a set of operations. In Skyone Studio, modules are the smallest units within a flow, enabling integration with a wide variety of systems.

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

Under "**Modules in this space"** you have easy access to all the modules, as well as the option to [create a new module](/english/skyone-studio/modules/module-management/creating-a-module.md). If you don't have any modules yet, a message will be displayed, also showing the possibility of creating a new module.

Also in this area, in the right-hand corner, you can use the **Search**, **Grid Mode**, **List Mode**, **Ascending** **Order** and **Import** features.

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

These include:

* **Search**: search for a specific module.
* **Grid mode**: default mode for viewing modules in Integra.Sky.
* **List mode**: allows you to view all modules in list format.
* **Sort in ascending orde**r: filters the modules in alphabetical order.
* **Import**: shortcut to import modules. Learn more.

The following pages contain all the documentation on the Modules:

* [Module management ](/english/skyone-studio/modules/module-management.md)
* [Settings and Operations](/english/skyone-studio/modules/settings-and-operations.md)


---

# 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/english/skyone-studio/modules.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.
