# Self-Hosting Pipekit

Pipekit can be installed in an entirely self-hosted manner. This means that you can run Pipekit on your own infrastructure, without relying on Pipekit's cloud service. The installation is designed with air-gapping in mind. However, Pipekit needs to integrate with your Kubernetes cluster(s) running Argo Workflows, and many of the features of Pipekit rely on being able to access a git provider.

If you wish to self-host Pipekit, please contact us at <hello@pipekit.io> or via your Pipekit Slack support channel.


---

# 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.pipekit.io/self-hosting-pipekit.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.
