> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/administration-new-ui/general-settings/registry/add-artifactory-access-scope/edit-multiple-artifactory-scopes.md).

# Edit Multiple Artifactory Scopes

Once you have created several [Artifactory scopes](/administration-new-ui/general-settings/registry/add-artifactory-access-scope.md) in JFrog Connect, you may need to make some bulk changes. Some example use cases are:

* Remove five Artifactory projects and add several new ones to all the scopes
* Add all fleets (plus future ones created) to a selected set of scopes
* Delete 19 Artifactory scopes from a list of 25 existing scopes

The two-part procedure below describes how to easily make these kinds of bulk edits.

## Prerequisites

* Administrator role
* At least two Artifactory scopes already created

## Step 1: Choose the Scopes to Edit

To edit an access scope, do the following:

1. In **General** **Settings**, go to the **Registry Management** tab, and choose **JFrog** for the Registry Type.
2. Go to the relevant registry in the table and click anywhere in the row. A panel opens on the right showing the Scopes table.
3. On the far left, mark several or all of the checkboxes. The edit bar will appear at the bottom of the panel as shown below.

<div align="left"><figure><img src="/files/YGulX0d7Xvj9PHpY4LHr" alt="" width="563"><figcaption></figcaption></figure></div>

## Step 2: Edit Fleets

### To Edit Artifactory Projects:

Click **Edit Artifactory Projects**. Choose one or more of the edits described below, and save your changes.

* **Add Artifactory Projects**: The projects you choose in the dropdown list below will be added to all of the selected scope definitions.
* **Remove Artifactory Projects**: The projects you choose in the dropdown list below will be removed from all of the selected scope definitions.

{% hint style="success" %}
**Tip**: A scope must include at least one Artifactory project.
{% endhint %}

<div align="left"><figure><img src="/files/wz1bk22sZaPxK4mycRdk" alt="" width="563"><figcaption></figcaption></figure></div>

### To Edit Fleets:

Click **Edit Fleets**. Choose one or more of the edits described below, and apply.

* **Add Fleets**: The fleets you choose in the dropdown list below will be added to all of the selected scope definitions.
* **Remove Fleets**: The fleets you choose in the dropdown list below will be removed from all of the selected scope definitions.

{% hint style="success" %}
**Tip**: A scope must include at least one fleet.
{% endhint %}

<div align="left"><figure><img src="/files/AwDksvlJAxIFzGe4Kyhe" alt="" width="563"><figcaption></figcaption></figure></div>

## What’s Next?

Learn how to [delete an Artifactory scope](/administration-new-ui/general-settings/registry/add-artifactory-access-scope/delete-artifactory-scope.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.connect.jfrog.io/administration-new-ui/general-settings/registry/add-artifactory-access-scope/edit-multiple-artifactory-scopes.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.
