# Data Card Editor

Data cards are built using the **Data Card Editor**, which we access when creating any data card. For any data card, it’s necessary to configure a **data query** or queries that are made on the different Data Models (previously defined and available in our organization).

Depending on the type of card, it is allowed to make only one query or all queries that you consider necessary. If a card allows you to configure different queries it means that you can potentially unify in the same card data coming from different data sources. Some examples:

* **KPI cards**. You can include in the same card aggregated values from a database, a CSV file or an external API.
* **Maps**. You can create several data layers to display them on the same geographic map, one with data from a database and another from an external mapping system.
* **Custom cards**. You can get data from several tables and views stored in the same database or different ones, to use them as needed when graphically representing the card (custom table, custom chart, etc.).


---

# 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.biuwer.com/content-management/cards/data-card-editor.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.
