# Unprocessed

<figure><img src="/files/HHrCtah4BgcvAFJOzlrP" alt=""><figcaption></figcaption></figure>

On-screen elements:

* **Refresh**: button
* **Table options**:
  * **Columns**: button with a dropdown menu with options to display or hide columns in the table, as per the selection&#x20;
  * **Filters**: button for displaying a floating window with options below for creating filtering conditions:
    * **Columns**: dropdown menu displaying all available columns
    * **Operator**: dropdown menu displaying all possible operators&#x20;
    * **Value**: input field for specifying a value based on which to filter &#x20;
  * **Density**: button with a dropdown menu with text size display options of the rows from smallest to biggest: "Compact", "Standard", "Comfortable"

<details>

<summary>Available operators</summary>

* Contains
* Does not contain
* Equals
* Does not equal
* Starts with
* Ends with
* Is empty
* Is not empty
* Is any of

</details>

* **Table columns**:
  * **Id**: column displaying file id
  * **Created At**: column displaying the date and time of the file addition to the queue&#x20;
  * **Updated At**: column displaying the date and time of the file update
  * **Rerun**: column displaying info whether the cron job is of rerun type or not (True or False)
  * **Status**: column displaying whether the status is "Waiting" or "Processing" state
  * **Name**: column displaying the name of the file that is being processed&#x20;
  * **Type**: column displaying the name of the codec used for processing the audio file
  * **STT provider**: column displaying the name of the [STT provider](/insights/workspace/upload/data-sources-audio.md#processing-options) used for the file processing
  * **Step**: column displaying the pipeline stage, like ingestion, transcription, enrichment
* **Rows per page**: dropdown with options 10, 25, 100 for displaying the corresponding number of rows in the table
* **0-0 of 0**: Number of ítems displaying on a page. E.g., "1-8 of 8"
* **<** + **>:** buttons


---

# 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.borndigital.ai/insights/workspace/process/unprocessed.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.
