When to reach for it. Use it to reindent and standardise a messy query so it’s reviewable before it goes into a migration or report.
When something else is better. It formats syntax; it can’t tell you whether the query is correct, performant or safe.
The pitfall to watch. Dialect differences (T-SQL vs PostgreSQL vs MySQL) mean some valid statements reformat oddly — pick the matching dialect.
Everything runs on your device. The values you enter are processed locally in this browser tab — EpitomeTool does not send your input to a server, store it, or log it. That means you can use the tool offline once the page has loaded, and refreshing the tab wipes the slate.