# Form, process, and data model identifiers

## Form identifier - formInstanceNumber <a href="#identyfikatoryformularza-procesuimodeludanych-identyfikatorformularza-forminstancenumber" id="identyfikatoryformularza-procesuimodeludanych-identyfikatorformularza-forminstancenumber"></a>

* a unique identifier of a specific application instance,
* session variable **formInstanceNumber** (Application number) **-** [Predefined session variables](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/zmienne-sesyjne/predefiniowane-zmienne-sesyjne),
* visible in the browser address bar as part of the URL, e.g.

```
https://flame-dev-consdata-virtual-bank-eximee.k8s.consdata.local/?stkn=CON013202509090935276#/contactForm;page=Page1
```

## Process instance identifier <a href="#identyfikatoryformularza-procesuimodeludanych-identyfikatorinstancjiprocesu" id="identyfikatoryformularza-procesuimodeludanych-identyfikatorinstancjiprocesu"></a>

* visible in EximeeBPMS as the process instance identifier:\
  \&#xNAN;**- Instance ID** in the "Information" window,\
  \- we can also add the variable via ${execution.processInstanceId} to the process, e.g. **currProcessInstanceId** and the process ID will be displayed in the "Variables" tab:\ <br>

  <figure><img src="https://2112972046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2FzLCBO2emIzHDpLMjBlEe%2Fimage.png?alt=media&#x26;token=3f745d92-ab81-4bdd-8d20-9478b74d336e" alt=""><figcaption><p><em><strong>Figure 1.</strong> Process instance ID as a variable (currProcessInstanceId)</em></p></figcaption></figure>
* also visible in Eximee Dashboard (Process ID) when hovering over a given task with the mouse:\ <br>

  <figure><img src="https://2112972046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2FfTyeqAeX8fn8oAPw5PV4%2Fimage.png?alt=media&#x26;token=a106abb5-f1ef-4bf4-822c-53ce7390dde8" alt=""><figcaption><p><em><strong>Figure 2.</strong> Process instance ID in Eximee Dashboard</em></p></figcaption></figure>

## Data model identifier - **modelInstanceId** <a href="#identyfikatoryformularza-procesuimodeludanych-identyfikatormodeludanych-modelinstanceid" id="identyfikatoryformularza-procesuimodeludanych-identyfikatormodeludanych-modelinstanceid"></a>

* visible in EximeeBPMS in the "Variables" tab under the variable named **modelInstanceId**:

  <figure><img src="https://2112972046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2CssJT0zIo4SJQLbSZ6l%2Fuploads%2FPVaNHcZ5LKawM6ZmilLH%2Fimage.png?alt=media&#x26;token=94027f3b-b291-484c-b2fc-3ef6d3854141" alt=""><figcaption><p><em><strong>Figure 3.</strong> Data model ID (modelInstanceId) in EximeeBPMS</em></p></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.eximee.com/documentation/documentation-en/zarzadzanie-aplikacja-biznesowa/testowanie-i-debugowanie-aplikacji/audyt-aplikacji-biznesowej/identyfikatory-formularza-procesu-i-modelu-danych.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.
