# Shared credentials

In this section you can create and manage credentials that are shared at admin level. Shared Git credentials can be used to connect to Git repositories, while the other shared credentials can be used with our [KaaS provisioning functionality](/admin/environments/add/kaas.md) and our Kubernetes provisioning feature.

{% hint style="info" %}
The Shared credentials feature is only available in Portainer Business Edition.
{% endhint %}

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

To add a new set of credentials, click the **Add credentials** button.&#x20;

<figure><img src="/files/00HeiF86jLSWFl8qvecF" alt=""><figcaption></figcaption></figure>

Portainer currently supports the following credential types:

* [Sidero Omni](/admin/settings/credentials/omni.md)
* [Civo](/admin/settings/credentials/civo.md)
* [Akamai Connected Cloud](/admin/settings/credentials/linode.md)
* [DigitalOcean](/admin/settings/credentials/digitalocean.md)
* [Google Cloud](/admin/settings/credentials/gke.md)
* [Amazon Web Services (AWS)](/admin/settings/credentials/eks.md)
* [Microsoft Azure](/admin/settings/credentials/aks.md)
* [SSH](/admin/settings/credentials/ssh.md) (for use with Kubernetes cluster deployments)
* [Git](/admin/settings/credentials/git.md)

To remove a set of credentials, check the box next to the credentials to remove and click **Remove**.


---

# Agent Instructions: 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:

```
GET https://docs.portainer.io/admin/settings/credentials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
