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

# インポート & エクスポート

- [UpNote にコンテンツをインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote.md)
- [Evernote からインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-evernote.md)
- [Apple Notes からインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-apple-notes.md)
- [Bear からインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-bear.md)
- [Simplenote からインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-simplenote.md)
- [Markdown からインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-markdown.md)
- [Google Keep からインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-google-keep.md)
- [HTML からインポートする](https://help.getupnote.com/ja/import-and-export/import-content-to-upnote/import-from-html.md)
- [ノートをエクスポートする](https://help.getupnote.com/ja/import-and-export/export-notes.md)
- [ノートを共有・公開する](https://help.getupnote.com/ja/import-and-export/share-and-publish-notes.md)
- [Web クリッパー](https://help.getupnote.com/ja/import-and-export/web-clipper.md)
- [iOS の共有拡張機能](https://help.getupnote.com/ja/import-and-export/web-clipper/share-extension-on-ios.md)
- [Android の共有拡張機能](https://help.getupnote.com/ja/import-and-export/web-clipper/share-extension-on-android.md)
- [ノートを印刷する](https://help.getupnote.com/ja/import-and-export/print-notes.md)


---

# 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.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.
