docs/versioned_docs/version-2.61.0/app-builder/walkthrough/accessing-values.md
ToolJet's flexibility in integrating dynamic data within applications is facilitated through the ability to use custom code, and access and manipulate values derived from components, queries, globals. You can use double curly braces {{}} in the app-builder to access values or enter JavaScript code.
You can check all the accessible values using the left sidebar's Inspector tab. This functionality can be handy to check data returned by queries and components on the canvas and reference it in queries or components. Inspector also displays other values like global values, variables, page variables, etc.
Query Data Access:
{{queries.getSalesData.data}} to fetch data from the getSalesData query.Component Data Access:
{{components.table1.selectedRow.id}} to get the ID of the selected row in table1.Accessing Globals
{{globals.theme.name}}The left sidebar in ToolJet is a hub for navigation and application configuration, featuring several options including Pages, Inspector, Debugger, and Global Settings.
Pages: Manage multiple pages within a single application, enhancing organizational structure and user navigation.
Inspector: Inspect data linked to queries and components, essential for debugging and data manipulation.
Debugger: Track and display errors during query execution, providing insights into application issues.
Global Settings: Configure application-wide settings such as app slug, header visibility, and maintenance mode.