---
title: "Introduction to Client Configuration in NavVis IVION"
slug: "introduction-9"
description: "With the client configuration parameters, you can customize the appearance and behavior of NavVis IVION using the NavVis IVION Frontend API. "
updated: 2024-03-13T09:15:56Z
published: 2024-03-13T09:15:56Z
canonical: "knowledge.navvis.com/introduction-9"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.navvis.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

With the client configuration parameters, you can customize the appearance and behavior of NavVis IVION. You can use these parameters in multiple ways:

- Using the *configs* resource, exposed as `api/configs` on the REST interface, editable via the configuration panel
- By passing parameters to the `getAPI() `method when embedding with the NavVis IVION Frontend API as specified in [ConfigurationInterface.](https://ivion-api.docs.navvis.com/latest/reference/interfaces/configurationinterface.html)
- By passing parameters in the URL, e.g. `http://hostname/iv/?lang=de`.

URL parameters override constructor parameters, and constructor parameters override those from the server.

See [Client Configuration Parameters](/v1/docs/client-configuration-1) for the full list of configuration parameters.

Application Programming Interface
