# SDK Reference

- [Instantiate Circuit](https://docs.irrevocable.dev/sdk-reference/instantiate-circuit.md): Create an Instance of your Circuit.
- [Set Conditions](https://docs.irrevocable.dev/sdk-reference/set-conditions.md): Set Contract Event and Webhook Conditions.
- [Conditional Logic](https://docs.irrevocable.dev/sdk-reference/conditional-logic.md): Set Conditional Logic.
- [Set Actions](https://docs.irrevocable.dev/sdk-reference/set-actions.md): Set Lit Action Code.
- [Execution Constraints](https://docs.irrevocable.dev/sdk-reference/execution-constraints.md): Set Execution Constraints.
- [IPFS Hash](https://docs.irrevocable.dev/sdk-reference/ipfs-hash.md): Obtain the CID.
- [MintGrantBurn PKP](https://docs.irrevocable.dev/sdk-reference/mintgrantburn-pkp.md): Mint, Grant and Burn the PKP to the associated Lit Action.
- [Start Circuit](https://docs.irrevocable.dev/sdk-reference/start-circuit.md): Run your Circuit.
- [Broadcast Transactions](https://docs.irrevocable.dev/sdk-reference/broadcast-transactions.md): Broadcast to the Network.
- [Add Secure Key](https://docs.irrevocable.dev/sdk-reference/add-secure-key.md): Additional security layer.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.irrevocable.dev/sdk-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
