> For the complete documentation index, see [llms.txt](https://help.highlight.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.highlight.net/functionality/bulkloading.md).

# Bulkloading

### Overview

You can bulkload watches and some performance tests.

If you have 10 or more watches to add into Highlight, it is generally quicker to complete a bulkload spreadsheet and email it to us.

For fewer watches the process to add them manually is faster and is explained on the [Create Watch page.](https://support.highlight.net/help/admin/create_watch)

### Performance tests

If you have 20 or more tests to add into Highlight, it may be quicker to complete a bulkload spreadsheet and email it to us. For fewer tests the process to add them manually is faster and is explained on the [Create/Edit a Performance Test](https://support.highlight.net/help/admin/create_performance_test) page.

Bulkload can only be used for SNMPv2c and only for the following test types:

* ICMP Ping
* UDP Echo
* TCP Open

To populate the spreadsheet it may be useful to use the [Admin Watch Report](https://support.highlight.net/help/reporting/admin_reports#watch_report) if your credentials permit access. To run the report:

* In Highlight go to Reporting Network and select "Watch Report" from the right hand side of the options bar
* Download then open the file Admin-watch-report.csv
* Filter the Watch report spreadsheet using "Watch Type" (column F) to select only the bearers or classes to add the test
* Filter the Watch report spreadsheet using "Features" (column S) to eliminate watches which already have tests (cells containing a P)
* Copy "Name" (column D) into bulkload spreadsheet "Parent Watch ID" (column C)
* Copy IP Address "Device" (column I) into bulkload spreadsheet "Device test from" (column D) and "Source IP Address" (column G)
* The other columns in the bulkload spreadsheet can usually be copied down through all entries

If further explanation is required, please [contact us.](/getting-started/contact-us.md)

### Bulkload Process

1. First [contact us](/getting-started/contact-us.md) for the latest version of the bulkload spreadsheet
2. Complete the sheet according to the guidelines shown. Further instructions can be found in the second sheet
3. Submit the completed form to us, using the email address on the spreadsheet

If further explanation is required, please [contact us.](/getting-started/contact-us.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://help.highlight.net/functionality/bulkloading.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.
