# FAQ

## Issue: Data Loss Due to Formula Reload

### Problem

Google Sheets automatically reloads all formulas every few hours. This includes formulas and can lead to unexpected costs and result changes.

**Important Note:** Sorting, filtering, moving columns or rows will reload ALL formulas and generate unexpected costs.

### Solution (Workaround)

Replace formulas with values before moving things around or when you finish your work.

### Steps to Replace Formulas with Values

1. Select the cells containing the formulas you want to replace.
2. Copy the selected cells (Ctrl+C or Cmd+C).
3. Right-click on the selected cells and choose "Paste special" > "Values only".

By following these steps, you can prevent Google Sheets from reloading formulas and incurring unexpected costs.


---

# 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://doc.xcelsior.ai/faq.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.
