> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/enrich-traffic-with-context/configure-context-integrations/ibm.md).

# IBM Cloud

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

### Configure API Key <a href="#configure-api-key" id="configure-api-key"></a>

Before configuring the IBM Cloud context integration in Vectra, you will need to have an API key already configured or set up. To set up an IBM Cloud API key, follow the API key creation [procedure](https://www.ibm.com/docs/en/app-connect/container?topic=servers-creating-cloud-api-key#taskcreatingapikey**steps**1).

## Vectra portal steps <a href="#vectra-portal-steps" id="vectra-portal-steps"></a>

Navigate to Integrations (make sure you are on the Context tab) and click "Add Integration", then select `IBM Cloud`

![](/files/LhpHFVNCesqmieAXcZIr)

### Configuration <a href="#configuration" id="configuration"></a>

The following fields are specific to the IBM integration.

| Field    | Required | Description  | Example |
| -------- | -------- | ------------ | ------- |
| `Region` | yes      | Cloud Region | us‑east |

### Authentication <a href="#authentication" id="authentication"></a>

The following fields are necessary for the integration to authenticate with IBM.

| Field     | Required | Description                                       |
| --------- | -------- | ------------------------------------------------- |
| `API Key` | yes      | API Key created earlier for authenticating to IBM |


---

# 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.fusion.vectra.ai/enrich-traffic-with-context/configure-context-integrations/ibm.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.
