# Event Types

The following is a list of ARM event types:

<table><thead><tr><th width="56">S. No.</th><th width="273">Event Type</th><th width="149">Module Related</th><th>Descriptions</th></tr></thead><tbody><tr><td>1</td><td><strong>LOGIN</strong></td><td>Admin</td><td>- Login via Username and Password: <strong>UWP</strong><br>- Via APIs:<br>1. VSCode: <strong>apiToken</strong><br>2. Channel Secure Login: <strong>ChannelSecure</strong><br>3. Modernization: <strong>jwtToken</strong></td></tr><tr><td>2</td><td><strong>DEPLOYMENT</strong></td><td>CI Jobs, Deployment, Version Control</td><td>- <strong>CI Jobs</strong>:<br>1. CI Job Deployment<br>2. Quick Deployment<br>3. Rollback Deployment<br><br>- <strong>Deployment Module</strong>:<br>1. Deployment:<br>  - Custom Deployment<br>  - Profile Manager<br>  - Org Synchronization<br>2. Quick Deployment<br>3. Rollback<br><br>- <strong>Version Control</strong>:<br>1. Commit Validation<br>2. Merge Validation<br><br>- <strong>Salesforce DX</strong>:<br>1. Scratch Org creation and deployment</td></tr><tr><td>3</td><td><strong>CIBUILD</strong></td><td>CI Jobs</td><td>- Trigger Build<br>- Build History</td></tr><tr><td>4</td><td><strong>DATALOADER</strong></td><td>Single Dataloader</td><td>- Extract<br>- Insert<br>- Upsert<br>- Update<br>- Delete</td></tr><tr><td>5</td><td><strong>FEATUREDEPLOYMENT</strong></td><td>nCino</td><td>All events related to the <strong>Feature Deployment</strong> module</td></tr><tr><td>6</td><td><strong>DATARETRIEVALMIGRATION</strong></td><td>nCino</td><td>All Salesforce events involving data migration and retrieval</td></tr><tr><td>7</td><td><strong>FEATURECREATION</strong></td><td>nCino</td><td>Events related to Feature Creation</td></tr><tr><td>8</td><td><strong>DATALOADERPRO</strong></td><td>Dataloader Pro</td><td>- Upsert<br>- Data Masking<br>- Applied Mapping<br>- Filters</td></tr><tr><td>9</td><td><strong>DATALOADERCONFIGURATION</strong></td><td>Dataloader</td><td>All events related to Dataloader Configurations</td></tr><tr><td>10</td><td><strong>TESTENVIRONMENTSETUP</strong></td><td>Dataloader</td><td>- Upsert<br>- Applied Mappings</td></tr><tr><td>11</td><td><strong>EZCOMMIT</strong></td><td>Version Control</td><td>Prevalidate Commit and EZ-Commit</td></tr><tr><td>12</td><td><strong>MERGE</strong></td><td>Version Control</td><td>Dry Run, Prevalidate Merge, and Merge only</td></tr></tbody></table>


---

# 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://knowledgebase.autorabit.com/product-guides/arm-1/security-information-and-event-management/arm-event-type.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.
