# Bulk Tracking Lookup

### **Introduction**

The Bulk Tracking Lookup feature allows you to quickly find the tracking numbers of multiple zipcodes by uploading a CSV (Comma-Separated Values) file that may contain multiple columns. This feature is designed to save you time and effort when searching for tracking number in bulk while providing flexibility in handling various CSV formats.

### **How to Use the Bulk Tracking Lookup Feature**

1. **Access the Feature**
   * Visit <https://app.iskytracking.com/bulk-tracking>
   * Log in to your account or create a new one if you haven't already.
2. **Navigate to Bulk Tracking Lookup**
   * Once you're logged in, you can access the Bulk Tracking Lookup feature by clicking on "Bulk Tracking" on the navigation menu.
3. **Upload CSV File**
   * Click on the "Upload file CSV" button or a similar option to initiate the process.
   * Choose the CSV file from your local device.
4. **CSV File Options**

   * In the CSV File Options section, you'll find the following settings:

     * **Carrier:** Choose the carrier, if relevant to your search. You can select "UPS" or "FEDEX" or ALL to filter results for this carrier.
     * **Delivery or Ship Date:** Choose searching by delivery or ship date
     * **Date Range:** Specify the date range for the lookup, if applicable. For example, you can choose to look up trangking numbers with a date between 2023-09-01 and 2023-09-5.
     * **Select Zipcode Column (Column #):** Choose the column number (**starting from 1**) that contains the zipcodes you want to look up. This allows flexibility for files with multiple columns. For example, if your CSV file looks like this:

   <figure><img src="/files/OzBguR8MpRNiFxXtKVVe" alt=""><figcaption><p>A csv example</p></figcaption></figure>

   &#x20;You would choose "8" as the Zipcode Column.

   * **Separator:** separator between the columns in your file
   * **Start From Line (Line #):** Specify the line number from which the system should start reading the CSV file. This can be useful if your file contains header information before the actual data. For example, if your CSV file has headers and you want to start from the second line with data, you would enter "2" here.&#x20;
5. **Start the Bulk Lookup**
   * After configuring your CSV file options, click the "Start Lookup"  to begin the bulk lookup process.
6. **Results**
   * IskyTracking will process the file with zipcode from the selected column based on the provided options.
   * You may download the results as a CSV file with the tracking numbers in the new column

Here is a csv example

{% file src="/files/2ibVMUK6NLMviKaSV3Jg" %}


---

# 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.iskytracking.com/welcome/features/bulk-tracking-lookup.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.
