# About NetoFuse

## About <a href="#about" id="about"></a>

NetoFuse is software you can run in your environment or can be hosted by Netography in the cloud to provide enriched asset context to Netography Fusion from 3rd party products. This is done by reading asset information from the external product (generally from the 3rd party product's API) and then uploading that asset information as [Labels](/enrich-traffic-with-context/labels.md) to Netography Fusion using the Netography Fusion API.

NetoFuse modules can be added as [Context Integrations](/enrich-traffic-with-context/configure-context-integrations.md) in the Netography Fusion Portal and run in the Netography Fusion SaaS (making API connections from Netography to the vendor API), or you can install NetoFuse as a container or Python package to deploy in your environment.

NetoFuse has a library of modules it ships with, and each module can be used in a default configuration to import a pre-defined set of asset information or individually configured to retrieve a custom set of asset information most relevant to your organization.

{% hint style="info" %}
**📘Explaining Context Integrations vs. NetoFuse Modules**

[Context Integrations](/enrich-traffic-with-context/configure-context-integrations.md) are added and configured in the Netography Fusion Portal, and connect to 3rd party products from the Netography SaaS. The context integrations available in the Portal include all standard NetoFuse modules along with additional integrations that were not built on NetoFuse (pre-existing integrations and those for public clouds).

NetoFuse is software you can deploy within your own environment (on-prem or in your own cloud). This allows connectivity to 3rd party products that are not directly accessible from the Netography SaaS (e.g. products deployed on-prem). NetoFuse modules also offer additional flexibility in configuration, allowing you to customize what fields are gathered from the 3rd party products and how those fields are mapped to context labels in Fusion. It also allows you connect to 3rd party products without having to provide credentials or API keys to Netography directly, which some organizations may prefer as a security model. Finally, NetoFuse is built as an extensible system with open source code, so you can modify the existing modules, or build their own custom modules.

If you'd like an existing context integration ported to NetoFuse, let us know!
{% endhint %}

## License <a href="#license" id="license"></a>

NetoFuse is provided for use by Netography Fusion customers only under the existing license terms your organization has agreed to for its product use.


---

# 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.fusion.vectra.ai/netofuse/about.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.
