# Transferring Stylesheets

4/6/2021

In previous versions of Amino we utilized Google's Chrome Sync API to store user data (stylesheets, extension preferences, etc...) Unfortunately, the Chrome Sync API had a prohibitively small storage limit and was too restrictive for many Amino users. The good news: we now offer our own cloud storage solution at aminoeditor.com, which works seamlessly with the extension.

When you sign up for an account on the website, you will be prompted with a question about what kind of user you are. If you have used Amino previously and think you have stylesheets to transfer, click **"I'm a returning Amino user"** and our system will begin transferring your stylesheets to the website. For the vast majority, that will work perfectly.

### "We were unable to locate any stylesheets to transfer."

If you think you have stylesheets to transfer and you saw this message, confirm that:

* You are using a supported browser (Currently: Chrome, Brave)
* You are using the same browser on the same computer as you previously used Amino
* OR: You are using the same browser somewhere else, are signed into Chrome, and were signed into Chrome when you used Amino in the past

If you meet these criteria you should have no problem completing the transfer successfully. If you continue to have problems and are concerned about data loss, contact <support@aminoeditor.com> for assistance.


---

# 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.amino.dev/transferring-stylesheets.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.
