> For the complete documentation index, see [llms.txt](https://docs.appfarm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appfarm.io/appcademy/appfarm-fundamentals/user-interface-fundamentals/featured-ui-components.md).

# Featured UI Components

This Topic features some important and powerful UI Components. Many UI Components could be featured, but in this Topic we focus on those we find most useful for many use cases, and that could require some examples in order for you to see the possibilities or to make them work as intended.

### Table

Build “excel like” web tables with built-in support for sorting columns, adding/removing columns, search and download to CSV.

* Example in our [Showroom](https://showroom.appfarm.app/ui-components/table)
* Read our [Documentation](/library/ui-components/table.md)

### Tabs

Use Tabs for controlling which Container should be visible. This is done by a combination of the UI Components Tabs and Visibility Group.

* Example in our [Showroom](https://showroom.appfarm.app/ui-components/tabs)
* Read our [Documentation](/library/ui-components/tabs.md)

### Visibility Group

The Visibility Group makes sure only one of its children is visible. You may e.g. put 3 containers inside, and let the Visibility Group control which one should be visible.

* Example in our [Showroom](<https://showroom.appfarm.app/ui-components/visibility-group >)
* Read our [Documentation](/library/ui-components/visibility-group.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.appfarm.io/appcademy/appfarm-fundamentals/user-interface-fundamentals/featured-ui-components.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.
