> 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/api/instruction/instruction.get_component.md).

# Instruction.get\_component()

`get_component(`*`i : int`*`) →` [`Value`](/glider-ide/api/value.md) `|` [`NoneObject`](/glider-ide/api/internal/noneobject.md)

## Query Example

```python
from glider import *

def query():
    instructions = Instructions().exec(1,1)
  
    print(instructions[0].get_component(0).expression)
    return instructions
```

## Output Example

<figure><img src="/files/jRMB28e1GGzHbIZdIR2w" alt=""><figcaption></figcaption></figure>
