# Kong Konnect

<figure><img src="/files/15idxXDaKcLtRICBtl1w" alt=""><figcaption></figcaption></figure>

### Integrate With Kong Konnect&#x20;

This setup gives you access to the ENTERPRISE-licenced AI plugins during the free trial.

Sign up at <https://konghq.com/products/kong-konnect/register>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdn6YPFR5ZlYlMZX7y9LwAN2K-MPkoJ1eDK_d39U8Bn8uAO4vk6vWfn1RY1knx41CiBKNhoAWbVaz7s73AApZkEioAjxL-h61QloZyEo_adrd__euOU_AmI_6ukbGcChDFXDhlW?key=jC8T-_XneVuC3ZQq8QXN1Z9t" alt=""><figcaption></figcaption></figure>

Click “Set up a Kong API Gateway”

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXe2DjtwuDXzwwkNGuF0GJK-NMnblfwn0SA8L0g_qLUQ6E20LsiYlvKnC1mVPI8Q2XvRwPdwtyjzCCKqE_j8siXb7nuwGmQKU3rwdyrZOEK1dAM6i0jyrJfMt9-HNrPLNXupvyUb?key=jC8T-_XneVuC3ZQq8QXN1Z9t" alt=""><figcaption></figcaption></figure>

Select “Self-Managed Hybrid” and specify the name. Click “Next Step”

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfkZji9TNCJSmdnKnSQ6Z28ih_0UrRzUQ8f00xRox7NJjzdB0fwXPFL5yNZLLnBZI5pZ5J54FWBBzTrfu8ydRI0L_AL0DkTeSBmK7SRYArTeaWzX6qMN1NMJgZTen-HZIc-gBqjiA?key=jC8T-_XneVuC3ZQq8QXN1Z9t" alt=""><figcaption></figcaption></figure>

Select “Linux (Docker)” as the platform. Click “Generate certificate”.&#x20;

Store the server name and certificate in your Polytope vault by running the following command in your system project directory.

```bash
pt value set kong-cluster-server-name THE_PROVIDED_SERVER_NAME
pt value set kong-cluster-telemetry-server-name THE_PROVIDED_TELEMETRY_SERVER_NAME
pt secret set --raw kong-server-cert '-----BEGIN CERTIFICATE-----
THE PROVIDED CERTIFICATE
-----END CERTIFICATE-----'
pt secret set --raw kong-server-cert-key '-----BEGIN PRIVATE KEY-----
THE PROVIDED CERTIFICATE KEY
-----END PRIVATE KEY-----'
```


---

# 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.bluetext.dev/integrations/kong-konnect.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.
