> 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/install-debian-package/get-artifactory-parameters-for-debian.md).

# Get Artifactory Parameters for Debian

This page describes how you get some of the configuration parameters when you use the Install Debian Package step type in JFrog Connect.

The procedure describes how you get the following parameters from Artifactory:

* Repository Name
* Distribution
* Component
* Packages:
  * Name
  * Version

To get the parameters, 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/YQk5XsdiZ5QPoyc1AQuP" alt="" width="179"><figcaption></figcaption></figure></div>

3. In Artifactory, go to the filter on the right and choose **Debian**.
4. Choose your Debian package from the table of Debian packages displayed.

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

5. In the Versions table, find the relevant version and copy the **Repository** from the Repositories column. In Connect, in your action configuration, paste the name into the Repository Name field.

{% hint style="success" %}
**Tip**:&#x20;

a. The repository that you choose must have a signed key. For more information about signing, see [Manage Signing Keys](/developers/api-reference/create-access-token.md).

b. There could be several repositories listed for a Version. In this case, it should not matter which repository name you use, as long as it has a signed key.
{% endhint %}

6. In Artifactory, click the Version, and then click **Location**.
7. In the Location table, click the Path, and then click **Properties**.
8. The Properties table has the rest of values that you need for your configuration.&#x20;
   * **Distribution**: Use the value of deb.distribution. (If deb.distribution does not appear here, you cannot use this package.)
   * **Component**: Use the value of deb.component
   * **Package Name**: Use the value of deb.name.
   * **Package Version**: Use the value of deb.version.

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

Now you can complete the rest of your Install Debian Package 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/install-debian-package/get-artifactory-parameters-for-debian.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.
