> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/zarzadzanie-aplikacja/tworzenie-aplikacji.md).

# Creating an application

{% hint style="info" %}
The availability of the application ownership functionality depends on the license and may not be available in all deployments.
{% endhint %}

## Creating an application

To create a new application, go to the module **Applications**, and then click the button **Add application**.\
A window will open in which you need to:

* enter the application name (according to the rules described in the chapter [Application item naming conventions](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/konwencje-nazewnicze-elementow-aplikacji.md))
* choose the owner - indicate the group responsible for the application,
  * A regular user can select only groups to which they belong.
  * [Artifact Manager](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/zarzadzanie-aplikacja/menedzer-artefaktow.md) has permission to assign any group available in the system.
* optionally - add an icon.

![Figure 1. New application creation window](/files/ce569889fc3b0de29d271969e7b1877382f6a01f)

Clicking the **Add application** will create the application and automatically go to the tab **Forms**. The name of the newly created application will appear in the upper left corner of the window.

![Figure 2. Window of the created application](/files/b4da46cb6125fa55b792d89b2a656d3e332500a5)

## Adding or importing a form or process

After creating the application, the next step is to add forms and processes to it.

{% hint style="info" %}
Only forms and processes are added to the application (other dependent artifacts will be added automatically).
{% endhint %}

To add a form/process to the application, while in the tab **Forms** or **Processes**, click the button **Add form/process**. In the displayed window you can add a new form or process (option **New form/process**) or import an existing one from the repository (option **Import existing**). Depending on the selected option, the artifact adding window looks different. Below is described how to add a form - for a process the steps are identical.

New artifacts can be added to the application only by a person belonging to the **owner group** of the given application.

### Adding a new form

If you want to add a newly created request to the application, proceed as in standard form creation:

* determine its name and location,
* optionally add a description,
* choose the owner - indicate the group responsible for the application,
  * A regular user can select only groups to which they belong.
  * [Artifact Manager](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/zarzadzanie-aplikacja/menedzer-artefaktow.md) has permission to assign any group available in the system.
* optionally change the number of columns (default 16 columns).

![Figure 3. Window for adding a form to the application with the "New form" option selected.](/files/4bf5a0053549765f2606ee4b567ab498a70856b3)

After clicking the button **Add request** the newly created form window requiring saving will open.

### Importing an existing form

If you created a form earlier, select in the window **Add form** option **Import existing** and enter the request name in the search field (as you type more characters, the template list is narrowed). After clicking the request name, it will be added to the application. Adding an existing form to the application will automatically pull in all dependent elements, such as complex components, contents, dictionaries, or validators.

![Figure 4. Window for adding a form to the application with the "Import form" option selected.](/files/79189444320a94147bc5533cc5a2b1a3836dbc4e)

{% hint style="info" %}
All artifacts that make up the application can be seen in the tab **All**.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/zarzadzanie-aplikacja/tworzenie-aplikacji.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
