# FAQ

<details>

<summary>How can I contribute?</summary>

Any contribution is welcome! Read more [here](/contributing.md).

</details>

<details>

<summary>Can I display objects inside cells?</summary>

Yes, the content of objects, arrays, sets and maps is displayed.

</details>

<details>

<summary>What kind of datasets are supported?</summary>

voici.js supports array of objects (`{}[]`) and array of arrays (`[][]`) as datasets. When using array of arrays, the indices are used as column names.

</details>

<details>

<summary>Why not just use <code>console.table</code>, which is natively supported?</summary>

voici.js comes with much more useful [features](/home.md). `console.table` in contrast does not really provide much functionality apart from printing the data.

</details>


---

# 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://voici.larswaechter.dev/reference/faq.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.
