> For the complete documentation index, see [llms.txt](https://docs.phocassoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.phocassoftware.com/flex-modes/reset-data.md).

# Reset data

During your analysis in Flex Modes, you might want to stop what you are doing and start again.&#x20;

Click **Reset** to restore your workspace to its original state.&#x20;

<div align="left"><figure><img src="/files/74UNleF9g02S2L6ySq1h" alt=""><figcaption></figcaption></figure></div>

What gets restored depends on where you started your analysis: the default view of the database or a favorite.

#### Reset data in a database

If you're in a database, clicking **Reset** restores the default view of the database. The following changes occur:

* Toolbar menus, such as **Property**, **Stream**, and **Period**, return to their default selections. The **Mode** setting remains unchanged.
* The grid returns to the **Summary** view.
* Columns you added are removed and columns you hid become visible again.
* Advanced search filters and conditional formatting are cleared.

#### Reset data in a favorite

If you’re in a favorite, clicking **Reset** restores the saved state of the favorite. This includes the same changes listed above, but the settings will match the way the favorite was originally saved.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.phocassoftware.com/flex-modes/reset-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
