# Batch Import Terminals

### Batch Import Terminals

1. Navigate to Batch Import:
   * In the WizarView system, go to the 'Terminals' section.
   * Select the 'Batch import' option.
2. Initiate Import:
   * Click on the 'Import' button. This will open the import page in a new pop-up window.
3. Select Import File:
   * On the import page, choose the file that contains all the terminal serial numbers you wish to import.
   * Ensure your file is in the correct format (see note below about the template).
4. Commit the Import:
   * After selecting the file, click on the 'Commit' button to start the import process.
5. Monitor the Import Process:
   * A progress bar will appear, displaying the status of the import process. This allows you to monitor the progress and completion of the batch import.

{% hint style="info" %}

### Important Note

Using the Template File:

* It's recommended to click on 'Download Template File' for a format guide. This template will help you correctly structure your import file.
* The template file typically has two columns:
  * The first column is for the group into which the terminals will be imported.
  * The second column should list the serial numbers of the terminals being imported.
* Fill out this template according to your requirements before proceeding with the import.
  {% 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://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/batch-import-terminals.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.
