# Data Processing

- [Python](https://help.metaforms.ai/data-processing/python.md)
- [Step 1: Setting Up a Data Validation Project](https://help.metaforms.ai/data-processing/python/step-1-setting-up-a-project.md)
- [Step 2: Understanding the Interface](https://help.metaforms.ai/data-processing/python/step-2-understanding-the-interface.md)
- [Step 3: Reviewing and Editing Validation Scripts](https://help.metaforms.ai/data-processing/python/step-3-reviewing-and-editing-scripts.md)
- [Step 4: Running Checks and Reviewing Results](https://help.metaforms.ai/data-processing/python/step-4-running-checks-and-reviewing-results.md)
- [Validation coverage](https://help.metaforms.ai/data-processing/python/validation-coverage.md): Question types, sub-scenarios, and validation checks supported by Metaforms Data Validation when scripting in Python.
- [Dimensions](https://help.metaforms.ai/data-processing/dimensions.md)
- [Starting a Project](https://help.metaforms.ai/data-processing/starting-a-project.md)
- [Using a .SAV file](https://help.metaforms.ai/data-processing/starting-a-project/using-a-.sav-file.md)
- [Using an Existing Decipher Project](https://help.metaforms.ai/data-processing/starting-a-project/using-an-existing-decipher-project.md)
- [Build Page Walkthrough](https://help.metaforms.ai/data-processing/build-page-walkthrough.md)
- [Data Map Variables](https://help.metaforms.ai/data-processing/build-page-walkthrough/data-map-variables.md)
- [Validation Scripts](https://help.metaforms.ai/data-processing/build-page-walkthrough/validation-scripts.md)
- [Validation Scripts - Python](https://help.metaforms.ai/data-processing/build-page-walkthrough/validation-scripts/validation-scripts-python.md)
- [Validation Scripts - SPSS](https://help.metaforms.ai/data-processing/build-page-walkthrough/validation-scripts/validation-scripts-spss.md)
- [Query Sheet](https://help.metaforms.ai/data-processing/build-page-walkthrough/query-sheet.md)
- [File Preview](https://help.metaforms.ai/data-processing/build-page-walkthrough/file-preview.md)
- [Templates](https://help.metaforms.ai/data-processing/templates.md)


---

# 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://help.metaforms.ai/data-processing.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.
