# Manage Columns

After creating the table or importing it, you can configure its column properties in the **Manage Columns** section. These properties include input type, whether the column is editable or not, default value, minimum and maximum values (constraints), lookup and relation, prefix, and suffix.

By connecting to a database, you would have completed [this step](https://docs.inforiver.com/editable/getting-data-into-editable/connect-to-data/configuration-steps/configure-columns) during onboarding. If you wish to change the properties, you can access this window **any time** by clicking on **Settings -> Manage Columns.**

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FsZglS0yA8RPOUM91hZqE%2Fimage.png?alt=media&#x26;token=c04512a3-62ac-453c-8e83-1e51055b87be" alt=""><figcaption><p>Manage Columns</p></figcaption></figure>

The field properties are classified as follows:

1. General
2. Constraints
3. Lookup and Relation
4. Display

We will explain each of the above in the upcoming sections.

Note: The **Configure Columns** option can be used to show/hide the above sections.

<figure><img src="https://608526116-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdpYgiTFFEktmDlcxUGTv%2Fuploads%2FcqfqLLQeoQntlA3hWjzp%2Fimage.png?alt=media&#x26;token=e6328dd3-f76c-4300-ae8c-214bcb409abc" alt=""><figcaption><p>Configure columns</p></figcaption></figure>

{% hint style="info" %}

* **Import and Export:** Importing and exporting the configurations are explained in [this section](https://docs.inforiver.com/editable/working-with-editable/manage-columns/import-export-configuration).
* Inserting formula/multi-select columns and adding database columns are explained in the upcoming sections.
  {% endhint %}


---

# 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/manage-columns.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.
