> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/arm/arm-administration/profile-ip-range-handling.md).

# Profile IP Range Handling

## Profile IP Range Handling – Append and Replace

### Overview

ARM now supports two configurable modes for handling **Profile IP Ranges** during Commit, CI Jobs, and Deployment operations:

* **Append** (Default)
* **Replace**

This enhancement provides greater flexibility for managing Profile IP Ranges while ensuring consistent behavior across all deployment types.

### Configuration

Navigate to:

**ADMIN → Salesforce Settings**

Select one of the following options for **Profile IP Range Handling**:

* **Append** (Default)
* **Replace**

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

> **Note:** When changing the setting to **Replace**, ARM displays a warning indicating that deployments will synchronize Profile IP Ranges and remove any IP ranges not present in the source or branch metadata.

### Behavior

#### Append (Default)

* Only newly added Profile IP Ranges are committed and deployed.
* Existing IP Ranges in the target organization remain unchanged.
* Deleted IP Ranges are ignored.

#### Replace

* During **Commit**, ARM synchronizes the branch metadata with the complete set of Profile IP Ranges from the source organization.
* During **Deployment**, ARM synchronizes the target organization with the complete set of Profile IP Ranges from the branch metadata.
* IP Ranges that are not present in the source or branch metadata are removed from the target organization.

### Remove IP Ranges

If **Remove IP Ranges** is selected during a deployment or CI Job, ARM removes the entire `loginIpRanges` section from the Profile metadata before deployment.

### Supported Operations

The selected Profile IP Range handling option applies consistently to:

* Commit
* CI Jobs
* Manual Deployments
* Validation Deployments
* Version Control Deployments
* Org-to-Org Deployments

> **Note:** This enhancement applies only to **Profile IP Ranges**. Other Profile metadata continues to follow the existing deployment behavior.
>
> **Note:** This feature is available only when the **`ENABLE_PROFILE_IPRANGES_FEATURE`** feature flag is enabled. To enable this feature for your organization, please contact AutoRABIT Support.


---

# 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://knowledgebase.autorabit.com/product-guides/arm/arm-administration/profile-ip-range-handling.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.
