# Minimum Required Dataset

To complete a successful POC, Netacea will request the following data is provided for analysis via a suitable method.

Field names may vary based on the source of the data.

<table><thead><tr><th width="185">Required Fields</th><th>Description</th></tr></thead><tbody><tr><td>Timestamp</td><td>The time at which the request was received</td></tr><tr><td>IP Address</td><td>The IP address from which the request was made</td></tr><tr><td>User Agent</td><td>The user agent string sent in the header by the client</td></tr><tr><td>Method</td><td>The HTTP method of the request</td></tr><tr><td>Path</td><td>The path of the requested resource</td></tr><tr><td>Query</td><td>The query string of the request</td></tr><tr><td>Status</td><td>The HTTP status code returned by the server</td></tr><tr><td>Referrer</td><td>The web page the user followed a link from</td></tr><tr><td>Bytes Sent</td><td>The Bytes sent as part of the servers response</td></tr></tbody></table>

In some instances, additional fields may be requested to enhance the data set further.

<table><thead><tr><th width="216">Optional Fields</th><th>Description</th></tr></thead><tbody><tr><td>User/SessionID</td><td>Useful to identify traffic for offline bot audits log shipping where a Netacea cookie is not assigned to a request.</td></tr><tr><td>Host (Domain)</td><td>Used to give Netacea visibility over the source domain of each HTTP Request (log-line). Required in scenarios where multiple domains/websites are found within the logs provided.</td></tr><tr><td>Security Rules</td><td>A field (or set of fields) that return data related to configured WAF or Bot Management rules in the source platform. This is required to draw comparisons between the existing solutions and Netacea.</td></tr><tr><td>Custom Fields</td><td>Any custom fields highlighted that may be beneficial for analysis.</td></tr></tbody></table>


---

# 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.netacea.com/overview/minimum-required-dataset.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.
