> 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 feature 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 should:

* enter the application name (according to the rules described in the chapter [Naming conventions for application elements](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/elementy-aplikacji-artefakty/konwencje-nazewnicze-elementow-aplikacji.md))
* select the owner - indicate the group responsible for the application,
  * A regular user can select only the groups they belong to.
  * [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. Window for creating a new application](/files/ce569889fc3b0de29d271969e7b1877382f6a01f)

Clicking the **Add application** will create the application and automatically switch 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 a description of how to add a form - the steps are identical for a process.

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 with standard form creation:

* define its name and location,
* optionally add a description,
* select the owner - indicate the group responsible for the application,
  * A regular user can select only the groups they belong to.
  * [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 (16 columns by default).

![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 window of the newly created form requiring saving will open.

### Importing an existing form

If you have previously created a form, select in the window **Add form** the option **Import existing** and enter the request name in the search field (as you type more characters, you narrow the list of templates). 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 composite components, content, dictionaries, or validators.

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

{% hint style="info" %}
You can see all artifacts that make up the application 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.
