> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sevalla.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Registry Credentials

> Learn how to add and manage your registry credentials in Sevalla.

If you want to use a private Docker image for your application, Sevalla requires your registry credentials.

You can add as many registry credentials as required, within **Integration** > **Registry credentials** > **Create registry credential**.

<Frame caption="Create a new registry credential in Sevalla.">
  <img alt="Create a new registry credential" src="https://mintcdn.com/sevalla/xgVrVYuhS59aOzzl/images/new-registry-credential-light.png?fit=max&auto=format&n=xgVrVYuhS59aOzzl&q=85&s=dc3fcacd968227c3fda4a7da3d824c34" className="dark:hidden" width="3680" height="1134" data-path="images/new-registry-credential-light.png" />

  <img alt="Create a new registry credential" src="https://mintcdn.com/sevalla/xgVrVYuhS59aOzzl/images/new-registry-credential-dark.png?fit=max&auto=format&n=xgVrVYuhS59aOzzl&q=85&s=f94564912858117f1d33dcfb1fe11ca6" className="hidden dark:block" width="3680" height="1134" data-path="images/new-registry-credential-dark.png" />
</Frame>

Enter the credentials as follows:

* **Name:** Enter a name for the registry credentials to identify them when adding your application.
* **Registry:** Choose from one of the following:
  * DockerHub
  * GitHub Container Registry
  * GitLab Container Registry
* **Username:** Enter your username for the registry provider.
* **Personal access token:** You must obtain this from the registry provider. For more information about how to obtain a personal access token, refer to one of the following:
  * [DockerHub](https://docs.docker.com/security/access-tokens/)
  * [GitHub](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)
  * [GitLab](https://docs.gitlab.com/user/profile/personal_access_tokens/)

Click **Create registry credential**.

<Frame caption="Add your registry credential details in Sevalla.">
  <img alt="Registry credential details" src="https://mintcdn.com/sevalla/socFnFOVyL8BjGpa/images/registry-credential-details-light.png?fit=max&auto=format&n=socFnFOVyL8BjGpa&q=85&s=b8fdd8a75dd89aaf5044f82bdada2fdc" className="dark:hidden" width="1174" height="970" data-path="images/registry-credential-details-light.png" />

  <img alt="Registry credential details" src="https://mintcdn.com/sevalla/socFnFOVyL8BjGpa/images/registry-credential-details-dark.png?fit=max&auto=format&n=socFnFOVyL8BjGpa&q=85&s=f7c91eece6b495b60e810c073b64ae82" className="hidden dark:block" width="1176" height="960" data-path="images/registry-credential-details-dark.png" />
</Frame>

Once you've added the required registry credentials, you can select the credentials you want to use within **Applications** > ***app name*** > **Settings** > **Build strategy** > **Update build strategy**.
