> For the complete documentation index, see [llms.txt](https://docs.natix.network/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.natix.network/whitepaper/market-entry-products/natix-map-interface.md).

# NATIX Map Interface

The data produced by this massive crowdsourced camera network needs to be collected and made available to buyers in an easy way. NATIX Map Interface is designed for enterprise Data Consumers, enabling them to subscribe and consume real-time data captured by NATIX’s internet of cameras.

Data Consumers can search, filter, and visualize already generated data across the network by the set of AI models (e.g., pothole detection AI). This functionality allows them to pre-screen the sample data before subscribing to the future data generated by the network. The interface also offers API integration to third-party systems (for real-time data delivery).

For example, a utility company looking for up-to-date information on road conditions could use this tool to see the pothole data already generated by NATIX Network. They can then subscribe to pothole data API and get notified when the network detects a new pothole. This data could be available as a live feed into their route planning system to help the staff, to manage service requests and respond effectively.

The protocol’s primary focus is on generating and delivering real-time data to consumers. However, to support users, NATIX Map Interface provides tools and necessary connections to store data permanently. We will initially support IPFS and S3 protocol and add more data bridges to other networks such as Ocean Protocol at later stages.


---

# 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://docs.natix.network/whitepaper/market-entry-products/natix-map-interface.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.
