> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/install/pentaho-installation-overview-cp.md).

# Pentaho installation

Use this page to pick an installation or deployment approach for production.

### Before you start

If you use enterprise features, set up licensing first.

* [Acquire and install enterprise licenses](/install/pentaho-installation-overview-cp/acquire-and-install-enterprise-licenses.md)

### Install Pentaho Server

Pick one server installation method:

* [Archive installation of Pentaho](/install/pentaho-installation-overview-cp/archive-installation.md)\
  Run Pentaho Server on the bundled Tomcat.
* [Manual installation of Pentaho](/install/pentaho-installation-overview-cp/manual-installation.md)\
  Deploy Pentaho Server to an existing Tomcat.

### Install design tools

* [Installation of the Pentaho design tools](/install/pentaho-installation-overview-cp/installation-of-the-pentaho-design-tools.md)

### Deploy with Docker

If you want containerized deployments, start here:

* [Docker container deployment of Pentaho Server](/install/pentaho-installation-overview-cp/docker-container-deployment-of-pentaho-server.md)

Common entry points:

* [Download Pentaho Server Docker files](/install/pentaho-installation-overview-cp/docker-container-deployment-of-pentaho-server.md#download-pentaho-server-docker-files)
* [Deploy on premises](/install/pentaho-installation-overview-cp/docker-container-deployment-of-pentaho-server.md#deploy-pentaho-server-on-premises)
* [Deploy on Kubernetes in the cloud](/install/pentaho-installation-overview-cp/docker-container-deployment-of-pentaho-server.md#deploy-pentaho-server-on-kubernetes-in-the-cloud)
* [Install plugins after deployment](/install/pentaho-installation-overview-cp/docker-container-deployment-of-pentaho-server.md#install-pentaho-server-plugins-after-deployment)

### Troubleshoot

* [Troubleshooting possible installation and upgrade issues](/install/pentaho-installation-overview-cp/installation-and-upgrade-issues.md)

### Next steps

* [Pentaho configuration](/install/pentaho-configuration.md)
* [JDBC drivers reference](/install/jdbc-drivers-reference.md)

{% hint style="info" %}
If you need to upgrade earlier versions to 11.0, see [Pentaho upgrade](/install/pentaho-upgrade-cp.md).
{% endhint %}


---

# 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.pentaho.com/install/pentaho-installation-overview-cp.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.
