# Cell editing

First, [connect to an existing schema or create one](/inputtables/getting-started/create-or-connect-to-schema.md). Then, [create the columns](/inputtables/getting-started/configure-cell-editing.md) for your use case and start using InputTables. Now you are ready to start editing your data.&#x20;

### Editing data

<figure><img src="/files/qfgfWuernOxuuGHzOJJh" alt=""><figcaption></figcaption></figure>

All columns that are configured to be editable and visible can be double clicked. Then an input field will show.&#x20;

### Multi select

<figure><img src="/files/5zBQruXqAIY6mjWuVhYC" alt=""><figcaption></figcaption></figure>

To update multiple cells at a time, select more cells by clicking and dragging the mouse over the cells. Hit enter to start editing. Note that this only works for fields with the same data type.

#### **Note:** *To stop editing, hit Escape. If you want to confirm your change and store it, hit Enter.*

### Deleting data

<figure><img src="/files/bV3zWp5K7GhyZ3r9f21o" alt=""><figcaption></figcaption></figure>

You can use the '**Reset** **value**' option from the context menu. Right click on a cell to open the context menu. If it is a WriteBackExtreme only column, like a new column that is not already part of your datasheet, then it will show null. But for a merge column, for a column that already exisits in your datasheet and is editable via the WriteBackExtreme product, it will show the value from the datasheet again.&#x20;

### Reload Datasources

If you change cell data in InputTables, you can select the '**refresh datasource**' button at the bottom right. This wil only appear if there is data that can be updated. This way changes directly reflect in your graphs on the dashboard.&#x20;

<figure><img src="/files/OCD7xkx29wnb9CQGgsX7" alt=""><figcaption></figcaption></figure>


---

# 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.infotopics.com/inputtables/features/cell-editing.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.
