# Threadfix

[ThreadFix](https://threadfix.it/) is a software vulnerability aggregation and management system that can schedule vulnerability scans, organize and merge aggregated vulnerability reports, and integrate with popular security and software development tools.

A Threadfix compatible report can be generated directly from any meterian client, adding the extra parameter: `--report-threadfix=/tmp/report.threadfix`&#x20;

Such report can then be uploaded directly to Threadfix using the standard upload API. You can find more information on ThreadFix documentation:

* [Uploading Scan Files](https://denimgroup.atlassian.net/wiki/spaces/TDOC/pages/1426980927/Uploading+Scan+Files)
* [The Upload Scan API](https://denimgroup.atlassian.net/wiki/spaces/TDOC/pages/22908335/Upload+Scan+-+API)


---

# 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.meterian.io/management-platforms/threadfix.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.
