# OpenZaak plugin

{% hint style="success" %}
The OpenZaak plugin is a ZGW plugin and can only be used in the GZAC edition.
{% endhint %}

The OpenZaak plugin is used to provide authentication for ZGW (Zaakgericht Werken) plugins that connect to APIs that are supported in OpenZaak. Currently, the plugins that this plugin can provide authentication for are the following:

* [Documenten API](/features/plugins/configure-documenten-api-plugin.md)
* [Zaken API](/features/plugins/configure-zaken-api-plugin.md)

### Prerequisites

This page requires knowledge on how to configure OpenZaak

## Configuring the plugin

A plugin configuration is required before the plugin can be used. A general description on how to configure plugins can be found in the [plugin configuration guide](/features/plugins.md#configuring-plugins).

If the OpenZaak plugin is not visible in the plugin menu, it is possible the application is missing a dependency.

To configure this plugin the following properties have to be entered:

* **Client ID (`clientId`).** The client ID as configured for the 'applicatie' in OpenZaak
* **Secret (`clientSecret`).** The secret as configured for the 'applicatie' in OpenZaak

An example plugin configuration:

<figure><img src="/files/inwHz5EO8prcr7MCWcsV" alt=""><figcaption></figcaption></figure>


---

# 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/plugins/configure-openzaak-plugin.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.
