# Changing application ownership

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

## Change owner operation

The permission to change the application owner is held exclusively by [Artifact Manager](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/zarzadzanie-aplikacja/menedzer-artefaktow.md). Unlike standard users, whose visibility is limited to their own groups, the Artifact Manager has access to all groups in the system.\
To change the application owner, from **Application List**, from the context menu of a specific application, select the option **Change application owner**.

![Figure 1. Application owner change option](/files/858d5bcf992d1d3fe431e0fe143e7b497f61d071)

When changing the owner, you must:

* select a new owner,
* read the warning,
* confirm the intention to transfer the application

![Figure 2. Application owner change window](/files/4c001ebb8f3ed4e6053b7a8ec9b852741b03f70b)

After a successful operation, the new owner will be visible in the "owner" column.

### Rules for changing ownership of application artifacts

* If an artifact belonging to the application **has the same owner**, changing the application owner will also change the artifact owner.
* In the case of artifacts belonging to **a different owner** than the application, their owner group will remain unchanged.


---

# 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/budowanie-aplikacji/aplikacja-biznesowa/zarzadzanie-aplikacja/zmiana-wlasciciela-aplikacji.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.
