# Components

Seam supports the following [Seam Components](https://docs.seam.co/latest/ui-components/overview):

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Device Table</strong><br>Display a list devices, and filter for all the devices with issues.</td><td></td><td></td><td></td><td><a href="react-components/device-table">device-table</a></td></tr><tr><td><strong>Device Details</strong></td><td>Display a device's properties and settings, alerts, and warnings.</td><td></td><td></td><td><a href="react-components/device-details">device-details</a></td></tr><tr><td><strong>Supported Devices Table</strong></td><td>Display a list of all the devices that you support through Seam.</td><td></td><td></td><td><a href="react-components/supported-devices-table">supported-devices-table</a></td></tr></tbody></table>

## Smart Lock Components

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Access Code Table</strong></td><td>Display a list of access codes, and filter for all the access codes with issues.</td><td></td><td></td><td><a href="react-components/access-code-table">access-code-table</a></td></tr><tr><td><strong>Access Code Details</strong></td><td>Display an access code's properties, alerts and warnings.</td><td></td><td></td><td><a href="react-components/access-code-details">access-code-details</a></td></tr><tr><td><strong>Create Access Code Form</strong></td><td>Form for creating an Access Code</td><td></td><td></td><td><a href="react-components/create-access-code-form">create-access-code-form</a></td></tr><tr><td><a href="react-components/update-access-code-form"><strong>Update Access Code Form</strong></a></td><td>Form for creating an Access Code</td><td></td><td></td><td><a href="react-components/update-access-code-form">update-access-code-form</a></td></tr></tbody></table>


---

# 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.seam.co/latest/ui-components/overview/react-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.
