← Back to Documentation

Quick Start

Run your first regression with Sytra in three steps.

1

Select Your Directory

Click "Select Directory" in the status bar

Choose the folder containing your .dta files and .do scripts. Sytra will read your project structure to understand context.

2

Enter Your Command

Type your request in natural language. For example:

"Run a regression of price on mpg and weight using auto.dta, with clustered standard errors by manufacturer"

Be specific about datasets, variables, and any special requirements.

3

Watch It Execute

Sytra generates and runs code automatically
  • Generates syntactically correct Stata code
  • Executes in your local Stata installation
  • Reads error messages and self-corrects
  • Displays results with export options

Next Steps