# Different types

**Types of Migration Modes:**

1. **CREATE:** Allows users to create an exact duplicate of a selected component, whether it's a form, workflow, alarm, or another entity.
2. **UPDATE:** If a component already exists within the target company, this mode permits the user to update it. For instance, if a master form in the target company is being utilized for a particular process, but the user wishes to establish a new process using the same master form, they can opt for the UPDATE mode to migrate the desired process.
3. **USE EXISTING:** This mode enables users to utilize a component from the intended process if it's already available in the target company. This ensures that pre-existing components, like a master form, remain unaltered while other elements of the process are migrated.


---

# 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.senpiper.com/different-types.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.
