> 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/settings-and-operations/operations/importing-operations-into-rest-modules.md).

# Importing operations into REST Modules

**REST** modules allow you to quickly and easily create operations using the “**Import**” option. To do this, you’ll need a Postman Collection.\
Follow the steps below to import operations:

### **Step-by-Step Instructions:**

1. In **Postman**, click the three dots next to the Collection you want to import into **Skyone Studio** and select “**Export**.”

<figure><img src="/files/m29pzAqjqu5N4XJwvpdk" alt=""><figcaption><p>Postman Screen</p></figcaption></figure>

2. A JSON file will be downloaded to your computer.
3. Access the Skyone Studio product and click on the **"Modules"** menu.
4. Create a **REST module**.
5. In the **“Operations”** section, click on **“Import”**.

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

2. Select the JSON file downloaded from **Postman**.

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

3. The screen will display options to preview or delete the file if necessary.
4. Click “**Save**” to complete the import process.

***

### **How to Update Operations**

Imported operations can be manually edited. However, if you need to update the operations with changes made to the **Postman Collection**, follow these steps:

1. In the “**Operations**” section, click “**Import**.”
2. Select the updated JSON file from **Postman**.
3. On the import confirmation screen, you’ll see the option “**Do you want to replace existing operations with the same name?**”.
   * If you check this option, all operations with the same name will be replaced and updated.
   * Otherwise, new operations will be added as duplicates.

<figure><img src="/files/bKALOa9iIYTN94ypcsvF" alt=""><figcaption><p>Import confirmation screen</p></figcaption></figure>

4. Click “**Save**” to complete the operation updates.


---

# 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/settings-and-operations/operations/importing-operations-into-rest-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.
