# FAQ

- [How to display Image in Qore App](https://docs.qore.dev/faq/how-to-display-image-in-qore-app.md)
- [Gallery Component](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/gallery-component.md)
- [Headline Component](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/headline-component.md)
- [Image Component](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/image-component.md)
- [Horizontal Tile Component](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/horizontal-tile-component.md)
- [List Component](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/list-component.md)
- [List Card Component](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/list-card-component.md)
- [Vertical Tile Component](https://docs.qore.dev/faq/how-to-display-image-in-qore-app/vertical-tile-component.md)
- [How to display filtered data from table](https://docs.qore.dev/faq/how-to-display-filtered-data-from-table.md)
- [How to filter data on table/view](https://docs.qore.dev/faq/how-to-filter-data-on-table-view.md)
- [Save configuration filter on table/view](https://docs.qore.dev/faq/how-to-filter-data-on-table-view/save-configuration-filter-on-table-view.md)


---

# 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.qore.dev/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.
