# Look Up/Edit Data

The Look Up and Edit Data section is a way to search your entire instance for data without having to specify blocs or modules.

It is also another way of editing data without applying rules or other bloc parameters. It is useful to imagine it like having direct access to your database and being able to make changes or simply view data without functionality in the blocs being used.

{% hint style="success" %}
Due to the popularity of this feature we will be making substantial improvements to it in the coming releases, notably:\
\
1\. The ability to optionally choose a specific field you would like to look up which will improve performance.\
\
2\. The ability to sort what colums you'd like to see in the results.\
\
3\. Improved UI of the results to make the data easier to see and read.\
\
4\. The ability to export everything that was found in the search.\
\
5\. Option to remove case sensitivity
{% endhint %}

### Searching Data

To look up a value, simply enter it into the top field and press enter.\
You may optionally choose a specific module to search, or by default, it will search all modules.

Once the results appear on the screen you will see them broken down by Modules, Blocs and then the data inside the blocs.

### Editing Data

It is possible to edit data in two ways from this page.

#### Update Data (button)

By clicking the Update button you will see a popup with all the data for that record. Here you can simply change the values and confirm your update.&#x20;

{% hint style="danger" %}
**Warning:** There are no rules checked when updating via this method. This way of updating should be only done by admins as it is possible to change values of fields to values that perhaps they should not be: e.g. changing a maths field value to a written word.\
\
These types of changes may have unexpected consequences with data look ups and rules etc.
{% endhint %}

#### Edit in Form

The second way to update data is by clicking Edit in Form. This takes you to the bloc that contains the data and allows you to edit the record using the bloc itself. This is similar to clicking[ Edit in the Data Results](/blocworx-documentation/bloc/bloc-front-end-overview.md#edit-and-show-more-options).

\
\ <br>


---

# 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://manual.blocworx.com/blocworx-documentation/manage-data/look-up-edit-data.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.
