# Import from Psono

## Export

To import from Psono, you must export your records first.

1. Log into your Psono account.&#x20;
2. Click your email address then select **Other**.
3. Click **Export** then select **JSON** and save the file.

## Import

1. Log into the Keeper Web Vault or Desktop App.&#x20;
2. From the **Account Dropdown Menu**, click **Settings**.
3. Click **Import > Import** (next to "Use Another Source") and from the dropdown menu select **Psono.**
4. Drag-and-drop the exported file onto Keeper's "Drop a File Here" window or browse for the file on your computer. Check the box if your file includes column headers, otherwise, the first row will be treated as data.
5. Once you have imported your credentials using one of the methods above, you can customize how you would like the information to appear in your vault in the field mapping screen. Here you'll see standard field names across the top that “map” to the data below for each Keeper record.

   To adjust these mappings:

   * Click any field to open a dropdown menu
   * Select the appropriate field name from the list. Repeat this process across each column as needed
   * Click **Next** to finalize your selections.
6. Next, a summary screen will display a preview of your vault, showing the folder structure of your imported records. Here you can adjust the folder structure and click into individual records to preview their details before finalizing the import. Click **Confirm Import** to complete the import process.

{% hint style="warning" %}
Make sure to delete the local Psono file from your computer.
{% endhint %}


---

# 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://docs.keeper.io/en/user-guides/import-records-1/import-from-psono.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.
