> 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-markdown.md).

# Markdown からインポートする

Markdown形式のノートを **UpNote** にインポートする手順は以下の通りです。

***

#### インポート手順

1. **Markdownファイルのインポートを選択する**
   * **Mac版:** メニューバーから **File → Import Notes → Markdown** を選択
   * **Windows版:** **Settings → General → Import from Markdown** に進みます
2. **インポート画面が表示されます**\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FiaRejNgMsjvRI7hFdM52%2Fimage.png?alt=media\&token=904b93bb-84fa-41e0-aabf-7f430b4548dc)
3. **「Select .md files / Select folder」ボタンをクリック**\
   インポートしたい `.md` ファイルまたはフォルダを選択します。
4. **「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-markdown.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.
