# Custom Card

Biuwer has been conceived from the beginning as an extensible data platform and therefore one of its main features is that it is possible to create a card that represents any type of information, in a custom way for each Organization. For these cases, the Custom Card is available, which will allow the use of the multiple query system on available Data Models, and use these data to display:

* Integrations with third parties
* Custom charts
* Custom reports
* Custom KPIs
* Custom maps
* Custom web forms

When creating a custom card in Biuwer, the displayed dialog asks for a name, if it is a data card, if multiple queries can be included, and the upload of a JS (JavaScript) file containing the card code, as a Javascript web application created with the BDK (Biuwer Development Kit).

![Creating a Custom Card in Biuwer](/files/-MMv8ZML-0wF-QR4UyEt)

{% hint style="info" %}
The Biuwer Development Kit is currently not publicly available. In case you are interested in the custom cards, please contact us using the support chat.
{% 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.biuwer.com/content-management/cards/personalised-card.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.
