# Working with EDITable

Now that we have learned to create and connect to a database, we can explore the options available in EDITable to effectively manage them. We have designed this guide to function as a quick reference for specific features, as well as a comprehensive, self-paced tutorial that covers everything from initial setup to advanced settings.

The guide is organized as follows:

[**EDITable interface**](https://docs.inforiver.com/editable/working-with-editable/editable-interface)**:** This section walks you through the EDITable user interface, explaining the options available in the toolbar and status bar.

[**Manage Columns**](https://docs.inforiver.com/editable/working-with-editable/manage-columns)**:** This section covers configuring the columns with their required properties and settings as required.

[**Column Access Control**](https://docs.inforiver.com/editable/working-with-editable/column-access-control)**:** EDITable enables you to set access controls to columns, determining which users can edit each column. This section explains the steps in detail.

[Row Identification](https://docs.inforiver.com/editable/working-with-editable/row-identification): For certain logs, you can set a row ID separate from the primary key. We explain this process here.

[**Table Operations**](https://docs.inforiver.com/editable/working-with-editable/table-operations-insert-update-delete)**:** This section covers all the editing options available in EDITable, such as inserting, updating and deleting rows, importing data from a file, replacing text using the find-and-replace option, bulk editing, grouping rows, and so on.

[**Explore data**](https://docs.inforiver.com/editable/working-with-editable/explore-data)**:** This section explains the different ways to explore and find the required data in EDITable using the sort, search and filter options.

[**Basic formatting**](https://docs.inforiver.com/editable/working-with-editable/basic-formatting)**:** This section details the basic formatting options available in the EDITable toolbar.

[**Conditional Formatting**](https://docs.inforiver.com/editable/working-with-editable/conditional-formatting)**:** This section explains how to apply rule-based formatting to the table in detail.

Let's now demonstrate each of the above in the upcoming sections.


---

# 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.inforiver.com/editable/working-with-editable.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.
