# RapidFire

PlexTrac supports importing XLSX files from **RapidFire**. RapidFire Tools offers solutions that help MSPs identify and remediate security vulnerabilities, assess IT compliance, and monitor network performance.

{% hint style="warning" %}
For the spreadsheet to successfully import, the worksheet name must be "Scan Details."

![](/files/Cdxnwsd3MWidUxB2vVd9)
{% endhint %}

Below are the mappings of fields and any reference notes to provide context. If a field is not listed, PlexTrac does not currently import it.

<div align="left"><figure><img src="/files/BiAp0X9LdjaZUgEwTMGq" alt=""><figcaption></figcaption></figure></div>

## Finding Field Mappings

<table><thead><tr><th width="167">PlexTrac Field</th><th width="164">Worksheet Name</th><th>RapidFire Field</th><th>Notes</th></tr></thead><tbody><tr><td>title</td><td>Scan Details</td><td>NVT Description</td><td></td></tr><tr><td>severity</td><td>Scan Details</td><td>High | Medium | Low</td><td>Hierarchy logic: If High column > 0 return High, Else if Medium column > 0 return Medium, Else if Low column > 0 return Low, else don't return anything</td></tr><tr><td>references</td><td>Scan Details</td><td>References</td><td></td></tr><tr><td>recommendations</td><td>Scan Details</td><td>Solution</td><td></td></tr><tr><td>description</td><td>Scan Details</td><td>Summary + Vulnerability Detection Insight + Vulnerability Detection Method</td><td></td></tr></tbody></table>

## Asset Field Mappings

| PlexTrac Field | Worksheet Name | RapidFire Field |
| -------------- | -------------- | --------------- |
| asset          | Scan Details   | Host            |


---

# 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.plextrac.com/plextrac-documentation/product-documentation-1/integrations-and-file-imports/rapidfire.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.
