> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/glider-the-basics/instructions.md).

# Instructions

## Introduction

In this section, we will explore Instructions, one of the most fundamental components of Solidity code. At its simplest level, an instruction represents a single line of code.

Understanding how to query for instructions is essential for building a strong foundation in writing Glider queries. Mastering this concept will enable you to perform security analysis, code auditing, and code exploration with Glider.

## **Section Breakdown**

This section is divided into two pages:

* **Learning Instructions**
  * **What Are Instructions?** - Understand the basics of Solidity instructions.
  * **Breaking Down an Instructions Query** - Analyze a practical example of an Instruction-focused query.
  * **Reviewing the Query Results** - Review and interpret the query results.
* **Exercises** - Apply what you’ve learned through hands-on exercises.

Let’s get started!
