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

# Instructions.new\_contract\_instructions()

Returns an Instructions object for the instructions that create new contract.

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

## Query Example

```python
from glider import *


def query():
  return Instructions().new_contract_instructions().exec(1,2)
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2F3sHN3OWomJ72hqvZWBYN%2Fimage.png?alt=media&amp;token=6cfccf70-e1f4-49bf-a9c2-589a39f83ae4" alt=""><figcaption></figcaption></figure>
