# Introspection

Introspection queries are fully supported, which means you can use your favorite tool to inspect your schema and generate documentation for free.

Here's an example of documentation generated by introspection in Altair GraphQL Client (opens new window):

altair screenshot

It is possible to disable introspection when executing a query by passing Configurator.setEnableIntrospection(false) to the configure function of your http/ws interpreter.