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