> 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/features-new-ui/deployments/update-flow/step-types/use-single-container/get-artifactory-parameters.md).

# Get Artifactory Parameters

This page describes how you get some of the configuration parameters when you use the [Deploy Docker Image](/features-new-ui/deployments/update-flow/step-types/use-single-container.md) step type in JFrog Connect update flow. You will need to get the following parameters from Artifactory:

* Image Path&#x20;
* Image Tag&#x20;

To get the image path and tag, do the following:

1. In the left navigation pane of JFrog Connect, choose **JFrog Platform**.

<div align="left"><figure><img src="/files/yCuaTDnj9H8Pwtl5eSgs" alt="" width="215"><figcaption></figcaption></figure></div>

2. In the left navigation pane of JFrog Platform, choose **Artifactory** and **Packages**.

<div align="left"><figure><img src="/files/KwWkr7HfUgloqw7CimtS" alt="" width="179"><figcaption></figcaption></figure></div>

3. In Artifactory, choose your Docker package from the list of Docker packages.

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

4. In the Versions table, choose your version.

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

5. In the Version page, take the part from the platform URL up to the colon and enter it as the **Image Path** in the Deploy Docker configuration in Connect.

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

6. Take the text after the colon and enter it as the **Image Tag**.

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

Now you can complete the rest of your step configuration in Connect and save it.


---

# 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/features-new-ui/deployments/update-flow/step-types/use-single-container/get-artifactory-parameters.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.
