# Silk Tags

The SilkBuilder Tags are JSP Custom tags that can be used together with HTML tags. These are built to provide programmatic shortcuts to typical data management operations. This documentation describes how to use SilkBuilder Tags to develop web applications.

## Tag List:

* [App](/tags/app.md)
* [AppHeader](/tags/appheader.md)
* [Button](/tags/button.md)
* [ButtonItem](/tags/buttonitem.md)
* [Chart](/tags/chart.md)
* [Column](/tags/column.md)
* [Content](/tags/content.md)
* [DataProvider](/tags/dataprovider.md)
* [DataService](/tags/dataservice.md)
* [Form](/tags/form.md)
* [Group](/tags/group.md)
* [Header](/tags/header.md)
* [HelpBox](/tags/helpbox.md)
* [If](/tags/if.md)
* [Input](/tags/input.md)
* [JQcode](/tags/jqcode.md)
* [JScode](/tags/jscode.md)
* [LogicAction](/tags/logicaction.md)
* [LogicDimension](/tags/logicdimension.md)
* [LogicGrid](/tags/logicgrid.md)
* [Modal](/tags/modal.md)
* [ModalBody](/tags/modalbody.md)
* [ModalFooter](/tags/modalfooter.md)
* [Module](/tags/module.md)
* [Page](/tags/page.md)
* [Pagination](/tags/pagination.md)
* [Screen](/tags/screen.md)
* [ScreenFooter](/tags/screenfooter.md)
* [ScreenHeader](/tags/screenheader.md)
* [Tab](/tags/tab.md)
* [TabItem](/tags/tabitem.md)
* [Table](/tags/table.md)
* [TableBody](/tags/tablebody.md)
* [TableHeader](/tags/tableheader.md)
* [TabsNav](/tags/tabsnav.md)
* [Tile](/tags/tile.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.silkbuilder.com/tags.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.
