# Initial Setup

## Setup Awaiting Action Settings

To use Kvalifika at its best it is recommended to setup Awaiting Action criteria from the `Settings` > `Configuration` > `Session` > `Awaiting Actions` section of the admin panel. The settings determine whether the Users' Verification Sessions are automatically accepted, declined, or require manual review based on the provided documents.

![Configuring Awaiting Action criteria](/files/-Md1juylNWA4KP39ilVC)

## Customization

Kvalifika configuration enables various options for the customization of the appearance and flow of the verification session. This can be done from `Settings` > `Branding` > `Customization`:

&#x20;&#x20;

![Customization of appearance](/files/-Md2kvKC5AZpYA5YJp01)

From here user can change colors and see the preview in real time.  For more details regarding customization, see [Customization](/kvalifika-1/initial-setup/branding.md#customization).

{% hint style="info" %}
Currently, it is not possible to use customized logo and document icon through integration.  However, it is possible to add desired images through customers' applications. &#x20;
{% endhint %}

## Retrieve Application IDs

For communication with Kvalifika, it is necessary to add Application to the Admin Panel: `Settings` > `Security` and  retrieve Application ID and Application Secret Key:

![Retrieving Application ID and secret key](/files/-Md3OWsYXR8kMmel48Z4)

Application ID is necessary for client-side SDKs (web or mobile) and the Application secret key is used to retrieve the personal data from Kvalifika.


---

# 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://kvalifika.gitbook.io/kvalifika-1/integration/initial-setup.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.
