> For the complete documentation index, see [llms.txt](https://outerbase.gitbook.io/untitled/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://outerbase.gitbook.io/untitled/query-builder/.tostring.md).

# .toString()

When you construct your query with our query builder, instead of executing the query you can call `.toString()` as the last chain in the sequence and it will produce a fully qualified string of the query that would be executed if it were ran.

Using this function call as a tool to help debug your code can be valuable.
