docs/versioned_docs/version-2.33.0/how-to/use-inspector.md
This guide introduces Inspector in the app-builder, a feature that lets you view data related to queries, components, global variables, page-related variables, user-set variables and constants.
<div style={{textAlign: 'center'}}> </div> </div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>The Inspector panel has 6 main sections:
</div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>Queries allow you to inspect the specifics of your queries. However, the data related to these queries will only be visible after they have been executed or triggered.
</div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>Under Components, you can view and analyze the properties and values of the components you've added to the canvas, providing insights into how each component functions within your app.
</div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>Globals give you access to global information related to the app.
The globals selection consists of the following data:
all_users group is a default group for everyone.:::info All the global variables can be accessed anywhere within ToolJet applications. Here's an example use-case that demonstrates the usage of these variables. :::
</div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>Variables shows user-defined variables in a key-value format. These variables, set through event handlers or queries, are accessible across the entire application. You can set variables from the event handler or using JavaScript code.
</div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>Page lets you view page-specific properties like page name, handle and variables. Page variables are restricted to their respective pages and are not accessible application-wide.
</div> <div style={{paddingTop:'24px', paddingBottom:'24px'}}>Under Constants, you can find the predefined values (usually tokens/secret keys/API keys) that can be used across your application to maintain consistency and facilitate easy updates.
:::info The environment and mode variables are only available in ToolJet Enterprise Edition v2.2.3 and above. :::
</div>