> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/jp/import-records-1/import-overview.md).

# インポートの概要

![](https://2985347814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Y1mjnoaNcCi93oXSTE3%2Fuploads%2Fgit-blob-c82a3387223128770f683411c8366bb5dba851e8%2Fimport-browsers-header.jpeg?alt=media)

## インポート方法

Keeperでは、ボルトにデータをインポートするための複数の方法を用意しています。各方法の詳細については、本ユーザーガイドの後続ページで説明しています。いずれのプラットフォームで作成したレコードも、他のデバイスに即座に同期されます。また、ユーザー間で共有されているレコードは、リアルタイムで更新内容が反映されます。

以下の動画では、ウェブブラウザ、テキストファイル (.csv/.xls/.tsv)、他のパスワードマネージャーからデータをインポートする方法をご確認いただけます。

{% embed url="<https://vimeo.com/1158911270?fe=sh&fl=pl>" %}
Keeperへパスワードをインポート
{% endembed %}

#### モバイルからのインポート

* [Apple Passwordsからのインポート](/user-guides/jp/ios.md#importing-passwords)
* [Androidからのインポート](/user-guides/jp/quick-start-guides/android.md#import-passwords-android)
* [モバイルアプリからのインポートページ](/user-guides/jp/import-records-1/import-from-mobile-apps.md)をご参照ください。

#### デスクトップからのインポート

* [ウェブブラウザからのインポート](/user-guides/jp/import-records-1/import-from-chrome-firefox-ie-edge-and-opera.md)
* [テキストファイル (.csv/.xls/.tsv) からのインポート](/user-guides/jp/import-records-1/import-a-.csv-file.md)
* [テキストファイル (.json) からのインポート](/user-guides/jp/import-records-1/import-json.md)
* [コマンダーCLIによるインポート](/user-guides/jp/import-records-1/import-from-commander.md)

#### デスクトップボルトからのインポート

* [1Passwordからのインポート](/user-guides/jp/import-records-1/import-from-1password.md)
* [Avastからのインポート](/user-guides/jp/import-records-1/import-from-avast.md)
* [Bitwardenからのインポート](/user-guides/jp/import-records-1/import-from-bitwarden.md)
* [CyberArkからのインポート](/user-guides/jp/import-records-1/import-from-cyberark.md)
* [Dashlaneからのインポート](/user-guides/jp/import-records-1/import-from-dashlane.md)
* [Enpassからのインポート](/user-guides/jp/import-records-1/import-from-enpass.md)
* [Kasperskyからのインポート](/user-guides/jp/import-records-1/import-from-kaspersky.md)
* [KeePass (.kdbx) からのインポート](/user-guides/jp/import-records-1/import-from-keepass-kdbx.md)
* [KeePass (.XML) からのインポート](/user-guides/jp/import-records-1/import-from-keepass.md)
* [LastPassからのインポート](/user-guides/jp/import-records-1/import-from-lastpass.md)
* [MacPassからのインポート](/user-guides/jp/import-records-1/import-from-macpass.md)
* [ManageEngineからのインポート](/user-guides/jp/import-records-1/import-from-commander.md)
* [mSecureからのインポート](/user-guides/jp/import-records-1/import-from-msecure.md)
* [MyKiからのインポート](/user-guides/jp/import-records-1/import-from-myki.md)
* [Passpackからのインポート](/user-guides/jp/import-records-1/import-from-passpack.md)
* [Passportalからのインポート](/user-guides/jp/import-records-1/import-from-passportal.md)
* [Password Bossからのインポート](/user-guides/jp/import-records-1/import-from-password-boss.md)
* [Psonoからのインポート](/user-guides/jp/import-records-1/import-from-psono.md)
* [RoboFormからのインポート](/user-guides/jp/import-records-1/import-from-roboform.md)
* [Safariからのインポート](/user-guides/jp/import-records-1/import-from-safari.md)
* [SplashIDからのインポート](/user-guides/jp/import-records-1/import-from-splashid.md)
* [Sticky Passwordからのインポート](/user-guides/jp/import-records-1/import-from-sticky-password.md)
* [Thycotic / Delineaからのインポート](/keeperpam/jp/commander-cli/command-reference/import-and-export-commands/delinea-thycotic-secret-server-import.md)
* [True Keyからのインポート](/user-guides/jp/import-records-1/import-from-true-key.md)
* [ZOHOからのインポート](/user-guides/jp/import-records-1/import-from-zoho.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://docs.keeper.io/user-guides/jp/import-records-1/import-overview.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.
