> For the complete documentation index, see [llms.txt](https://docs.artar.es/project-creation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.artar.es/project-creation/transferring-a-project-to-another-user.md).

# Transferring a project to another user

<figure><img src="/files/45b428747c3e27837ea6c0c8db8fb245360d28b3" alt=""><figcaption></figcaption></figure>

Select the project you want to transfer. Enter the email of the member to whom you want to transfer the project. (The member must be registered on the platform.)

After transferring the project, it will be available only in the account to which it was transferred. The transfer does not affect statistics (data remain unless you check "Delete statistics"), the QR code (remains the same), or subscription months (are preserved as if the project was not transferred). Check the box next to "Delete statistics" if you need to reset the number of views and clicks.


---

# 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.artar.es/project-creation/transferring-a-project-to-another-user.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.
