# Table

![](/files/-M_uUvWDovJ0i6OBgZo4)

## Component Overview

The Table component serves several purposes:

* Display data
* Edit data (posting objects via multiple API-endpoints)
* Support role-based access control.

&#x20;

## Component Settings Sections

![](/files/-M_uXO-iuEShj5WSRS49)

* **General:** Settings like API-endpoint, title, page size
* **Table:** Settings of the Table view
* **Object:** Settings of the object view
* **Actions:** Settings of the component actions.


---

# 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://readme.directual.com/web-pages/components/table.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.
