# Import Account Items

**URL:** <https://pentest.ws/import>

Import Account Items reads a JSON file and will merge your existing account items with the items found in the JSON file.

![Import Account Items](/files/9IfdJZGlB6pkhU4GXbkL)

Once you have loaded your JSON file you will be given the chance to review the pending import.

### Confirm Import

![Confirm Account Items Import](/files/XfS24WUX3h5TmsH0IM37)

The confirm screen lists the items from your JSON file and attempts to find matching records in your current Account Items. Each record will have one or more of the following options depending on the matches found:

* **Replace**: replace the existing Account Item with the import value from the JSON file
* **Skip**: do not change the existing Account Item
* **Append**: concatenate the Import Value to the Current Value. This option typically requires manually fixing the Account Item's value after the import.&#x20;

## Tier Availability

**Import Account Items** is available on all tiers.


---

# 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.pentest.ws/exporting-and-importing/import-account-items.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.
