# FAQ

## What can I use this for?

This is a framework for capturing and analysing network packets.

For common protocols, chances are high that NETCAP already supports parsing them. If not, it's simple to implement.

NETCAP uses its own data storage format, that focuses on efficiency and applies compression by default. The data format allows accessing the extracted information across all major programming languages as type safe structured data, which makes it easy to implement quality software on top the NETCAP core engine.

## How can I contribute to the project?

Please see the Contributing page.

{% content-ref url="/pages/-Le3y6RcIsJTEFMmDv01" %}
[Contributing](/contributing.md)
{% endcontent-ref %}

## I have a question, how can I reach you?

Contact me by mail:

```
dreadl0ck [at] protonmail [dot] ch
```


---

# 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.netcap.io/faq.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.
