# Import notes to spaces

If you’re using multiple UpNote accounts and would like to merge them into spaces under a single account, please follow these steps on your **desktop** app:

1. [Export all notes](/import-and-export/export-notes.md) from the account you want to merge by exporting to HTML. This will create an export folder.
2. Sign in to your main account, create a new space, and [import the HTML folder](/import-and-export/import-content-to-upnote.md) into that space.
3. If you have multiple notebooks, you may need to reorganize them—such as setting notebook covers, applying locks, and adjusting the notebook structure after the import.


---

# 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://help.getupnote.com/organize-and-manage-notes/organize-with-spaces/import-notes-to-spaces.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.
