> For the complete documentation index, see [llms.txt](https://docs.dckapintegrator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dckapintegrator.com/user-guide/projects/transfer-project-ownership.md).

# Transfer Project Ownership

Users can transfer the ownership of the project to another user. Ownership transfer is allowed only for the projects that the user owns. Please note the other user should be an administrator of that project.&#x20;

All project data will be transferred immediately except logs and detailed logs. These logs will be transferred in the background and may take some time. Both previous and new project owners will be notified when the transfer is complete.

Follow the below guidelines while transferring the project to ensure a smooth transition.

## Guidelines

### Before transfer

* Disable all the pipes and ensure no synchronization is running to avoid any data loss. If any synchronization is running, either kill it or wait for it to complete.
* Be aware that dynamic service calls or webhooks will not work during the transfer.
* Notify other project members to avoid any activities in the project during the transfer.

### After transfer

* Enable the pipes and ensure everything is running as expected.
* It is recommended to change the authentication keys of dynamic service calls to the new user key.&#x20;

{% hint style="warning" %}
Console logs transfer is not supported for now. Once the project is transferred, project members can no longer access the old console logs. This will be addressed in the upcoming releases.
{% endhint %}

In case of any errors during the project transfer, kindly raise a ticket in Support Ticketing Portal.


---

# 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.dckapintegrator.com/user-guide/projects/transfer-project-ownership.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.
