# Overview

{% hint style="info" %}
**What is the Client Portal?**

The Client Portal is where you manage The Client experience. It provides API Key management, management of Consent and the ability to customise the Onboarding Flow.
{% endhint %}

You can access the Client Portal at <https://clients.zwapgrid.com/> with a valid login.

### What can I do from the Client Portal?

The Client Portal is where you manage API keys, consents, branding, and environment settings. The table below summarises what is available today.

### Current Functionality

| Area                                               | Description                                                                                                                                                                                                                                                      |
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**Environments**](/client-portal/environments.md) | Development and Production environments and API Keys per environment.                                                                                                                                                                                            |
| [**Consents**](/client-portal/consents.md)         | Consent overview and managing Consents in the portal (list, rename, revoke, delete); includes [Consent Lifecycle](/client-portal/consents/consent-lifecycle.md), Create Consent, Grant Consent, and [Consent Status](/client-portal/consents/consent-status.md). |
| [**API Keys**](/client-portal/api-keys.md)         | Create and manage API Keys per environment; [Usage](/client-portal/api-keys/usage.md), [Security](/client-portal/api-keys/security.md), [API Key Lifecycle](/client-portal/api-keys/api-key-lifecycle.md).                                                       |
| [**Users**](/client-portal/users.md)               | List users, invite new users, delete user access to the Client Portal.                                                                                                                                                                                           |
| [**Onboarding**](/client-portal/onboarding.md)     | Customise the Onboarding Flow: logo, company name, company URL, redirect URL, theme.                                                                                                                                                                             |
| [**Systems**](/client-portal/systems.md)           | Enable which systems appear in the Onboarding Flow and configure system-specific settings; includes [Connection Management](/client-portal/systems/connection-management.md) (e.g. Fortnox, Visma e-conomic, File.1).                                            |


---

# 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.zwapgrid.com/client-portal/client-portal.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.
