---
title: "Get documentation URLs for various installation methods"
method: GET
path: "/app/{app_id}/enterprise-portal/documentation"
tags: ["enterprisePortal"]
---

# Get documentation URLs for various installation methods

`GET /app/{app_id}/enterprise-portal/documentation`

Required RBAC Policy: kots/app/[:appid]/enterprise-portal/documentation/read

## Path parameters

- `app_id` string, required

## Response `200`

- object
  - `documentation` Documentation
    - `embedded_cluster_install_url` string
    - `embedded_cluster_post_install` string
    - `embedded_cluster_pre_install` string
    - `helm_install_url` string
    - `helm_post_install` string
    - `helm_pre_install` string
    - `kots_install_url` string
    - `kurl_install_url` string
    - `values_override_url` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3/versions/6fcf9e54aba4/schema)
