> For the complete documentation index, see [llms.txt](https://docs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudfabrix.io/cfxql-cfx-query-language/cfxql-user-interface.md).

# CFXQL User Interface

The following procedure explains on accessing CFXQL as part of CloudFabrix' applications like cfxAIA (Asset Intelligence Advisor).

​

**Step 1**: Login to cfxDimensions and select AIA (Asset Intelligence Advisor) application.

**Step 2**: CFXQL is accessible by clicking on the CFXQL icon as displayed below.

![](https://gblobscdn.gitbook.com/assets%2F-MAygHzNCQ33zRR43qxF%2F-MK-75DJPgEDOZsDlBeq%2F-MK-7sQh9mhJMQSE6hpK%2Fimage.png?alt=media\&token=9af9bd28-f2fe-4989-b5f8-8db10f703b72)

Accessing CFXQL from within AIA application

**Step 3**: The following query screen is displayed.

![](https://gblobscdn.gitbook.com/assets%2F-MAygHzNCQ33zRR43qxF%2F-MK-75DJPgEDOZsDlBeq%2F-MK-8LdbcfgJ_8fnFNTR%2Fimage.png?alt=media\&token=b83e0f0a-3e58-436f-a32b-30cf489a5187)

1. Click on CFXQL icon to open query view.
2. Free text area where the queries are entered. Please refer to sample queries on how to build the query.
3. Name the query
4. Closes the view
5. Saves the query under the name of the query.

A sample query is as displayed.

![](https://gblobscdn.gitbook.com/assets%2F-MAygHzNCQ33zRR43qxF%2F-MK-8pTBVlQxndiVoXh7%2F-MK-9NQNfXw1Zf40qiry%2Fimage.png?alt=media\&token=d68c83d9-0286-496c-8c5f-e1a3c1f2514f)

The filter is applied as shown below. You can click on the name of query to access and modify the query.

![](https://gblobscdn.gitbook.com/assets%2F-MAygHzNCQ33zRR43qxF%2F-MK-8pTBVlQxndiVoXh7%2F-MK-9huEVL2bAe-l-ciu%2Fimage.png?alt=media\&token=c9a94270-8128-4824-876a-77b098524549)

A different query as entered below to query equipment type 'Chasis' and first seen after a date and time. Example -

```
(Equipment_Type is 'CHASSIS') and (first_seen is after 'Sep 15 2020, 10am')
```

![](https://gblobscdn.gitbook.com/assets%2F-MAygHzNCQ33zRR43qxF%2F-MK-AMdyvWqfZWjPuDcA%2F-MK-AlhX1uV6v2PAmEoX%2Fimage.png?alt=media\&token=a28efbaf-fe9c-46db-a0c3-2aebf30a4f0a)

Result as follows

![](https://gblobscdn.gitbook.com/assets%2F-MAygHzNCQ33zRR43qxF%2F-MK-AMdyvWqfZWjPuDcA%2F-MK-B9OOmnJwi-EBCh1q%2Fimage.png?alt=media\&token=2b77858d-a72c-4840-9f32-3fe24daff73c)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cloudfabrix.io/cfxql-cfx-query-language/cfxql-user-interface.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
