# Views

Configure IKO Servers and Views to connect to backend data sources and define how data is presented.

## Overview

A View represents a type of integrated view, for example "Customer (BRP)", "Object", or "Building". Before creating Views, an IKO Server must be configured. Multiple Views can be configured per IKO Server.

## Configuration

### Adding an IKO Server

1. Navigate to **Admin** → **IKO**.
2. Click **Add IKO Server**.
3. Configure the server properties.

<figure><img src="/files/BfsIBaZSczu3X9MKTf1s" alt="Admin menu with IKO option" width="400"><figcaption><p>Navigate to Admin → IKO to manage IKO Servers and Views.</p></figcaption></figure>

| Field          | Description                                 |
| -------------- | ------------------------------------------- |
| Title          | Display name for the IKO Server.            |
| Key            | Technical key (auto-generated, adjustable). |
| IKO Server URL | URL to the IKO Server.                      |

<figure><img src="/files/z8Chki9IkU4lCG4B4etq" alt="Add IKO Server form"><figcaption><p>Configure the IKO Server connection.</p></figcaption></figure>

### Creating a View

1. Select an IKO Server from the list.
2. Click **Add View**.
3. Configure the View properties.

<figure><img src="/files/lJQXiQkKtrHgvvcsnSWj" alt="Add View form" width="500"><figcaption><p>Configure View properties including connector and endpoint settings.</p></figcaption></figure>

## View properties

| Field                        | Description                                           |
| ---------------------------- | ----------------------------------------------------- |
| Title                        | Display name (e.g. "Customer BRP").                   |
| Key                          | Technical key (e.g. `customer-brp`).                  |
| Connector Reference          | Reference to the connector (e.g. `connector-in-iko`). |
| Connector Instance Reference | Instance reference (e.g. `connector-instance`).       |
| Endpoint Reference           | API endpoint on the IKO Server (e.g. `list_persons`). |
| Endpoint Query Parameters    | Key-Value pairs for query parameters.                 |

## View components

Each View has three configurable components:

| Component          | Description                                                |
| ------------------ | ---------------------------------------------------------- |
| **Search Actions** | Define how users can search within the View.               |
| **List**           | Configure columns for the search results table.            |
| **Tabs**           | Organize detail screen information into tabs with widgets. |

## Related

* [Search actions](/features/iko/search-actions.md)
* [List](/features/iko/list.md)
* [Tabs](/features/iko/tabs.md)


---

# 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.valtimo.nl/features/iko/views.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.
