> 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/ifinstruction/condition/condition.is_gr.md).

# Condition.is\_gr()

## Query Example

```python
from glider import *

def query():
  instructions = Instructions().if_instructions().exec(10).filter(lambda instruction : instruction.get_condition().is_gr())

  return instructions
```

## Output Example

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