# Uploading PCAP Files

After [deploying](https://iqtlabs.gitbook.io/packet-cafe/deployment) the Packet Café service, you'll be able to browse to <http://0.0.0.0/> and be presented with an interface to upload your PCAP files:

![Interface to upload PCAP files](/files/-MEaQE4rWEWx6TXWyVrC)

You can either drag and drop, or click `Upload Files` and a file browser dropdown will let you choose a file on your local filesystem. Once you've selected you PCAP file, clicking submit will upload the file to the service, and begin kicking off the processing the file against the [9 analytic tools](https://iqtlabs.gitbook.io/packet-cafe/design/tools).

{% hint style="warning" %}
If this is the first time uploading a PCAP file to the service that's just been deployed, it might take several minutes while the images for the 9 analytic tools are being downloaded. It might appear like nothing is happening, but it is downloading the images in the background. After they are downloaded on the first time, any subsequent uploaded PCAPs will immediately start running the analytic tools as the images will already have been downloaded.
{% 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/uploading-pcap-files.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.
