> 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/zmiana-wlasciciela-aplikacji.md).

# 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 %}

## Ownership change operation

Only has permission to change the application owner [Artifact Manager](/documentation/documentation-en/budowanie-aplikacji/aplikacja-biznesowa/zarzadzanie-aplikacja/menedzer-artefaktow.md). In contrast to 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 the **Application List**, from the context menu of the specific application, select the option **Change application owner**.

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

When changing the owner, you should:

* select the 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 **another owner** than the application, their owner group will remain unchanged.


---

# 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/zmiana-wlasciciela-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.
