# Connect & JFrog Platform

At the heart of the JFrog Platform is JFrog Artifactory, the industry standard for universal binary repository managers. Artifactory provides end-to-end automation and management of binaries and artifacts throughout the software delivery and deployment process.

## Default JFrog Platform Account

If you already have Artifactory, you can easily add a [JFrog Connect](https://jfrog.com/connect/) license and access them both through the JFrog Platform web UI. This enables you to upload binaries to an Artifactory repository and automatically pull artifacts for deployment to your edge devices.

Connect creates two repositories in your new Artifactory account:

* **Connect-default-docker**
* **Connect-default-generic**

### JFrog Platform Instance

You can find your JFrog Platform instance domain at the bottom of the left navigation bar.

<div align="left"><figure><img src="/files/MXvgU3nfQnX7Cpa7FgPn" alt="" width="216"><figcaption></figcaption></figure></div>

### JFrog Instance Domain before April 2022

If you have registered to Connect before April 2022, do the following to find the JFrog Platform instance domain:

1. In the left sidebar, go to Updates and click the Create Update Flow tab.

<div align="left"><figure><img src="/files/LQxmmQ0GIV76PLbVBIDy" alt=""><figcaption></figcaption></figure></div>

2. Ensure the Connect Agent is 6.0.
3. Drag and drop the Artifacts action block and click it.

<div align="left"><figure><img src="/files/21j5oUIoebG27Eq13244" alt=""><figcaption></figcaption></figure></div>

4. Ensure that the JFrog Account field is set to default-connect and click the eye to the right of the field. The instance domain is under JFrog Platform URL.

<div align="left"><figure><img src="/files/keHg1CntyWvhNpQftq4Z" alt=""><figcaption></figcaption></figure></div>

## JFrog Xray

When you use Connect as an integral part of the full JFrog Platform, you can take advantage of [JFrog Xray](https://jfrog.com/xray/), the universal software composition analysis (SCA) solution. Xray proactively identifies open-source vulnerabilities and license compliance violations before they manifest in production devices.

## Configure Other Registries

Regardless of the default Artifactory instance, you can configure your Connect account to work with a registry other than Artifactory.

To set up Connect to work with a different registry, see [Registry](https://docs.connect.jfrog.io/administration-new-ui/general-settings/registry).

## What’s Next?

[Create a JFrog Connect account](/get-started/getting-started.md) and [register your devices](/get-started/register-device-agent-7.0.md).


---

# 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.connect.jfrog.io/overview/readme/architecture/connect-and-jfrog-platform.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.
