> For the complete documentation index, see [llms.txt](https://docs.qatts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qatts.com/execution/test-case/details-by-functionality/sync.md).

# Sync

**Sync** helps you to update your recently edited Test case data.

![](/files/-Mjm_UemTaXB4gOPqPNW)

To understand let us drive in a scenario, If an user have tested couple of test cases and not happy with the result and added few more test cases in the excel sheet. User can just click on the **Sync** button it retrieves and sync the excel sheet that being recently updated.

By syncing the test data you will be getting the below sync message.

![](/files/-MjmWBIzTivyMQ1kHolM)

Sync Message tells what files are being updated and also displays the test location of the test cases.


---

# 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.qatts.com/execution/test-case/details-by-functionality/sync.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.
