# Results

Once a PCAP file is uploaded, a table will automatically populate and update as the various analytic tools process the PCAP. Some tools, such as `ncapture` don't have an analytic result, but instead modify the input to be an appropriate output to be used as a different input for other tools. In the case of `ncapture` it removes the application payload data of every packet in the PCAP. Similarly, `pcap-dot1q` strips away [802.1q](https://en.wikipedia.org/wiki/IEEE_802.1Q) tags from the capture, and `pcap-splitter` chops up the PCAP into several different PCAPs that isolate conversations from the perspective of each device in the capture.

![](https://1612675125-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MEaPWJOZdWZn6HtpLD1%2Fsync%2F9b006a410efbdf3d284b9d891f128f50e8638a4d.png?generation=1597298767873456\&alt=media)

The rest of the tools, as you can see above all have analytic results that can be viewed. In this initial version both `results` and `raw` have the same content, but `raw` is straight JSON meant for easy consumption into other tools, whereas `results` is a formatted hierarchy viewer and search tool on top of the JSON data.

{% hint style="info" %}
In future updates we plan to include visualizations and reports to have a more holistic view of the analytics across all of the tools.
{% endhint %}


---

# 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://iqtlabs.gitbook.io/packet-cafe/getting-started/results.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.
