> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-simplenote.md).

# Simplenote からインポートする

**Simplenote** に保存しているノートを **UpNote** に移行することができます。\
以下の手順を **Mac** および **Windows** アプリで実行してください。

***

#### インポート手順

1. **Simplenote からノートをエクスポートする**\
   Simplenoteのノートを **.json ファイル** としてエクスポートします。\
   手順は [こちらの公式ガイド](https://simplenote.com/help/#export) をご参照ください。
2. **Simplenote からのインポートを選択する**
   * **Mac版:** メニューバーから **File → Import Notes → Simplenote** を選択
   * **Windows版:** **Settings → General → Import from Simplenote** に進みます
3. **インポート画面が表示されます**\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FhOMZsxIkBJkbyBSx878j%2Fimage.png?alt=media\&token=b3ecc8b4-36b0-4717-a78e-358191091e53)
4. **「Select .json files」ボタンをクリック**\
   インポートしたい `.json` ファイルを選択します。
5. **インポート先のノートブックを指定（任意）**\
   インポートしたノートを追加したいノートブックを選択します。
6. **「Import Notes」ボタンをクリック**してインポートを開始します。

***

#### 注意事項（Notes）

* UpNoteでは他アプリからのインポートに対応していますが、\
  ファイル形式や構造の違いにより、**書式やデータが完全には再現されない**場合があります。\
  インポート中に問題が発生した場合は、サポートまでご連絡ください。
* 最適なパフォーマンスを保つため、一度に **10,000件未満** のノートをインポートすることをおすすめします。


---

# 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://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-simplenote.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.
