> For the complete documentation index, see [llms.txt](https://docs.stackai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stackai.com/interface-and-deployment/end-user-interfaces/sharing-projects-and-backup.md).

# Sharing Projects and Backup

Thank you for your continued interest in the StackAI platform. Below is a quick, 4-step guide on how to move your projects from an existing university account into your personal account.

#### **1.** **Create a personal StackAI account**

You can create a personal StackAI account at <https://www.stack-ai.com/auth/signup>

#### **2. Export your existing projects**

Navigate to the folders where your projects are stored in. You can search for your folders by your name or email address.

<figure><img src="/files/9hX4q6MT1bzMmIm4pTB1" alt="" width="375"><figcaption></figcaption></figure>

Select **Export Project** from projects you would like to keep from the grid view.

<figure><img src="/files/leo2AVyjF4hHezfhqEl8" alt="" width="563"><figcaption></figcaption></figure>

**3. Import projects into your new personal account**

Navigate to your new personal account and import projects.

<figure><img src="/files/z0ICQdJSzPy7OpmTuhvU" alt="" width="563"><figcaption></figcaption></figure>

#### **4. Check for connections and files**

If any collaborators at the university will still need access to your projects, ask them to duplicate the project as a template and share with others. Make sure to share the instructions in this email with others.

If your folder is private, you may need to share the folder with collaborators first.

<figure><img src="/files/0av2Ebamygv8k7ZkO7T3" alt="" width="563"><figcaption></figcaption></figure>

The collaborators will be able to duplicate your projects by navigating to your folder.

<figure><img src="/files/Ez5TnpkTth45SHJYduTD" alt="" width="563"><figcaption></figcaption></figure>

**Note**: For projects duplicated by others in the university or transferred to your personal account, **any connected services** (e.g. Google Drive, OneDrive, SharePoint, etc) that are tied to your university credentials will stop working once your university access is removed.

To keep these connections, transfer the documents into your personal storage (cloud or local) and re-establish these connections on your personal account.

Similarly, the collaborators at the university can transfer the documents into their personal storage and re-establish these connections.

<figure><img src="/files/RUIJh8R1ouxdX68cLwkZ" alt="" width="563"><figcaption></figcaption></figure>

If you have **Files** in the workflow, they will not transfer to the imported project. Click on the Files node and re-upload documents.

<figure><img src="/files/3wJnfl5vG3R6G75gyluM" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.stackai.com/interface-and-deployment/end-user-interfaces/sharing-projects-and-backup.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.
