---
title: Show the list of all toplevel topics
description: ```
sqleton help --list
```

doc_version: 1
last_updated: 2026-07-02
---

You can ask the help system to list all toplevel topics (not just the default ones) in 
a concise list.

---

```
❯ sqleton help --list

   sqleton - sqleton runs SQL queries out of template files                                               
                                                                                                          
  For more help, run:  sqleton help sqleton                                                               
                                                                                                          
  ## General topics                                                                                       
                                                                                                          
  Run  sqleton help <topic>  to view a topic's page.                                                      
                                                                                                          
  • help-system - Help System                                                                             
                                                                                                          
  ## Examples                                                                                             
                                                                                                          
  Run  sqleton help <example>  to view an example in full.                                                
                                                                                                          
  • help-example-1 - Show the list of all toplevel topics                                                 
  • ls-dbt-profiles - Show the list of all dbt profiles    
```
