# How to find available NQL fields

The list of available fields for use in NQL conditions can be found in the following manners:

* Throughout the fusion portal, table column headers are the same fields used in NQL
  * ![](/files/cCPSp5ZLZMrvsU60MHhV)
* For flow, event (alert), audit and block records, the "view raw source" expansion will also show the list of fields available for use in NQL queries.
  * ![](/files/KrjHYM1udOsENSydmRPt)
* The list available fields will automatically appear in a dropdown below the NQL search box when creating queries or filters in the Fusion Portal.
  * ![](/files/1WyhZguk2ZCFTU8RXEpx)
* The list of available keys can be found at via the following API endpoints:\
  `https://api.netography.com/api/v1/stats/{context}/fields`

{% hint style="info" %}
**📘Note, the context of the API call \[e.g. alert | audit | block | flow],**

determines the keys available for use in writing the NQL.
{% 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://docs.fusion.vectra.ai/netography-query-language/how-to-find-available-nql-fields.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.
