> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-container/container-registry-integrations/integrate-with-docker-hub/docker-hub-add-projects-and-images-to-the-snyk-ui.md).

# Docker Hub - add Projects and images to the Snyk UI

How to add Docker Hub Projects and images to Snyk

Snyk tests and monitors Docker Hub repositories and images by evaluating root folders. This page explains how to add repositories to Snyk.

## **Prerequisites for adding Docker Hub images to Snyk**

* You must have an account with Snyk and be onboarded to your Organization by an admin.
* Ensure the integration with Docker Hub and Snyk has already been configured.

## **Steps to add Docker Hub images to Snyk**

1. Log in to your Snyk account and navigate to the relevant Group and Organization you want to manage.
2. Navigate to the **Projects** page and click **Add Projects**.\
   The list of integrations that are already configured on your account opens.
3. The view **Which images do you want to test?** opens, displaying all of the available images for the registry to which you connected, grouped by each of your repositories.
4. Select one or multiple images using any or all of the following methods:
   * Type the name of a single image for import in the **Image Name** field.
   * Select any of the repositories if you want to import all of the associated images.
   * Expand and collapse repositories to select multiple images.
5. Click **Add selected repositories**.

   On the **Projects** page, a status bar appears at the top of the page as the images are imported; you can continue working in the meantime.
6. When the import ends, a notification of success or failure appears at the top of the **Projects** page.\
   Click **Refresh** to view the **Projects** page with the newly imported images.\
   Images are grouped by repository and are each linked individually to a detailed **Projects** page.
7. You can now connect your Git repository to this Project in order to use your Dockerfile for enriched fix advice. For more information, see [Detect vulnerable base images from your Dockerfile](/scan-fix-and-prevent/scan-with-snyk/snyk-container/scan-your-dockerfile/detect-vulnerable-base-images-from-your-dockerfile.md).

When repositories and images are imported, a confirmation appears in green at the top of the screen. Docker Hub files are indicated with a unique icon.

You can also filter to view only Docker Hub Projects.

<figure><img src="https://2730497224-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBJO0IZx7zB6bOkotxQP2%2Fuploads%2Fgit-blob-41fee3ed792e1bd41dac64f80058753536c55593%2Fprojects_docker_hub_project.png?alt=media" alt=""><figcaption><p>Example of a Docker Hub Project</p></figcaption></figure>

Docker Hub integration works like other Snyk integrations. To continue to monitor, fix and manage your Projects, see the relevant pages in the Snyk documentation.

{% hint style="info" %}
For application vulnerabilities within container images, any changes to the application will not be reflected with a manual or recurring retest. A re-import of the image is required. See [Detecting application vulnerabilities in container images ](/scan-fix-and-prevent/scan-with-snyk/snyk-container/use-snyk-container/detect-application-vulnerabilities-in-container-images.md)for more information.
{% endhint %}


---

# 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.snyk.io/scan-fix-and-prevent/scan-with-snyk/snyk-container/container-registry-integrations/integrate-with-docker-hub/docker-hub-add-projects-and-images-to-the-snyk-ui.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.
