> For the complete documentation index, see [llms.txt](https://docs.zenml.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zenml.io/stacks/service-connectors.md).

# Service Connectors

- [Introduction](https://docs.zenml.io/stacks/service-connectors/auth-management.md): Connect your ZenML deployment to a cloud provider and other infrastructure services and resources.
- [Complete guide](https://docs.zenml.io/stacks/service-connectors/service-connectors-guide.md): The complete guide to managing Service Connectors and connecting ZenML to external resources.
- [Best practices](https://docs.zenml.io/stacks/service-connectors/best-security-practices.md): Best practices concerning the various authentication methods implemented by Service Connectors.
- [Connector Types](https://docs.zenml.io/stacks/service-connectors/connector-types.md)
- [Docker Service Connector](https://docs.zenml.io/stacks/service-connectors/connector-types/docker-service-connector.md): Configuring Docker Service Connectors to connect ZenML to Docker container registries.
- [Kubernetes Service Connector](https://docs.zenml.io/stacks/service-connectors/connector-types/kubernetes-service-connector.md): Configuring Kubernetes Service Connectors to connect ZenML to Kubernetes clusters.
- [AWS Service Connector](https://docs.zenml.io/stacks/service-connectors/connector-types/aws-service-connector.md): Configuring AWS Service Connectors to connect ZenML to AWS resources like S3 buckets, EKS Kubernetes clusters and ECR container registries.
- [GCP Service Connector](https://docs.zenml.io/stacks/service-connectors/connector-types/gcp-service-connector.md): Configuring GCP Service Connectors to connect ZenML to GCP resources such as GCS buckets, GKE Kubernetes clusters, and GCR container registries.
- [Azure Service Connector](https://docs.zenml.io/stacks/service-connectors/connector-types/azure-service-connector.md): Configuring Azure Service Connectors to connect ZenML to Azure resources such as Blob storage buckets, AKS Kubernetes clusters, and ACR container registries.
- [OAuth2 Service Connector](https://docs.zenml.io/stacks/service-connectors/connector-types/oauth2-service-connector.md): Configuring the OAuth2 Service Connector to connect ZenML to OAuth2-protected HTTP APIs.
- [HyperAI Service Connector](https://docs.zenml.io/stacks/service-connectors/connector-types/hyperai-service-connector.md): Configuring HyperAI Connectors to connect ZenML to HyperAI instances.


---

# 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.zenml.io/stacks/service-connectors.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.
