> 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.external_calls.md).

# Instructions.external\_calls()

Returns the Instructions object withe all the external call instructions.

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

## Query Example

```python
from glider import *


def query():
  return Instructions().external_calls().exec(3, 13)
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FBEam7gFF7JGUZ4RjhmWt%2Fimage.png?alt=media&amp;token=d025146a-7fc4-4948-868d-823f0bf032f8" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2Fh0OZqbIhdc77vYMpBTqF%2Fimage.png?alt=media&amp;token=5da6bd1b-5798-4c2d-b651-33765b35dec7" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FMzN3k7vbrp2rPPOkrJK6%2Fimage.png?alt=media&amp;token=4669c033-1b7b-4d9c-bbbd-14762b1725ed" alt=""><figcaption></figcaption></figure>
