> 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/get-started/log-in-to-jfrog-connect.md).

# Log in to JFrog Connect

This page describes two different ways you can log in to [JFrog Connect](https://jfrog.com/connect/).

## Log in to JFrog Platform

Using this method, you log in to JFrog Platform first, and then go from the Platform to Connect.

To log in to JFrog Platform, do the following:

1. In your web browser, enter the JFrog web address with your account name and type **Enter**. For example, if your account name is **frogs123**, then enter **frogs123.jfrog.io** and type the **Enter** key.&#x20;
2. After the Welcome to JFrog page appears, enter your **Username** and **Password**, and click Login.

<div align="left"><figure><img src="/files/51Dh0kadQ14lNubcZ8l7" alt="" width="375"><figcaption></figcaption></figure></div>

3. When the JFrog Platform page appears, go to the left navigation bar and choose **Connect**.

<div align="left"><figure><img src="/files/zBrTKYJLizYcb5meW90H" alt="" width="225"><figcaption></figcaption></figure></div>

The JFrog Connect dashboard page appears and you can start working in your Connect account.

## Log in with Connect URL

Using this method, you log in directly to Connect using the URL to the Connect dashboard page.

To log in to Connect, do the following:

1. In your web browser, enter the dashboard URL, for example, <https://dashboard.connect.jfrog.io/>, and type the **Enter** key.
2. When prompted, enter your email address and click **Continue**.

<div align="left"><figure><img src="/files/lAHWpx4spDqGxsGF7v3T" alt="" width="375"><figcaption></figcaption></figure></div>

3. After the Welcome to JFrog page appears, enter your **Username** and **Password**, and click **Login**.

<div align="left"><figure><img src="/files/51Dh0kadQ14lNubcZ8l7" alt="" width="375"><figcaption></figcaption></figure></div>

The JFrog Connect dashboard page appears and you can start working in your Connect account.

## What’s Next?

Learn how to [register a device](/get-started/register-device-agent-7.0.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/get-started/log-in-to-jfrog-connect.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.
