> 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/tryinstruction/tryinstruction.get_block_instructions.md).

# TryInstruction.get\_block\_instructions()

`get_block_instructions() -> APIList[`[`Instruction`](/glider-ide/api/instruction.md)`]`

## Query Example

```python
from glider import *

def query():
    try_instructions = Instructions().try_instructions().exec(1)

    return try_instructions + try_instructions[0].get_block_instructions()
```

## Output Example

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

<figure><img src="/files/73hIp1OoPw5eNRgPKUyb" alt=""><figcaption></figcaption></figure>
