> 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/instructions/instructions.low_level_external_calls.md).

# Instructions.low\_level\_external\_calls()

Returns a list of the functions calls instructions

`low_level_function_calls() →` [`Instructions`](/glider-ide/api/instructions.md)

## Query Example

```python
from glider import *


def query():
  return Instructions().low_level_external_calls().exec(3)
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2F5SFty8RYz783gi8JSMpU%2Fimage.png?alt=media&amp;token=01580798-c045-47b0-8215-1b89995f4a75" alt=""><figcaption></figcaption></figure>
