# Data Query Name

{% hint style="info" %}
**Block Information**

Available in: Page Flow and Cloud Flow

Toolbox Category: Data

Block Type: [Output](/app-editor/page-flow/block-anatomy.md#output-block)

Output Type: [*text*](/app-editor/page-flow/references/value-types.md)
{% endhint %}

**`Data Query Name`** is an [output block](/app-editor/page-flow/block-anatomy.md#output-block) that provides the name of the selected [Database Query](/app-editor/data/database-queries.md). The selection is done via a [Selectable Input](/app-editor/page-flow/block-anatomy.md#selectable-input) which enables you to pick from a list of queries for a specified [database table](/app-editor/data/database-tables.md).&#x20;

The output is of type [*text*](/app-editor/page-flow/references/value-types.md) and is compatible with [Value Parameters](/app-editor/page-flow/block-anatomy.md#value-parameters) of type [*text*](/app-editor/page-flow/references/value-types.md) or of type [*any*](/app-editor/page-flow/references/value-types.md).

<div align="left"><figure><img src="/files/1GMZeLHSqTYYwFURHkpa" alt="" width="189"><figcaption><p>Data Query Name block</p></figcaption></figure></div>

The block consists of a [Selectable Input](/app-editor/page-flow/block-anatomy.md#selectable-input) to choose the database query.&#x20;

{% hint style="warning" %}
To display the list of queries, the **`Data Query Name`** block requires the following:

* &#x20;The **`Data Query Name`** block must be attached to a [Value Parameter](/app-editor/page-flow/block-anatomy.md#value-parameters) of another block.
* The attached block must have a table selection [Value Parameter](/app-editor/page-flow/block-anatomy.md#value-parameters) linked to either a [Data Table Name](/app-editor/page-flow/toolbox-blocks/data-table-name.md) or a Text block.
  {% 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.zingy.ai/app-editor/page-flow/toolbox-blocks/data-query-name.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.
