# LitListenerSDK

## LitListenerSDK

- [Overview](https://docs.irrevocable.dev/overview.md): LitListenerSDK.
- [Quick Start](https://docs.irrevocable.dev/quick-start.md): The Quickest Route to Getting Started.
- [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.
- [Server-SDK Integration](https://docs.irrevocable.dev/database-and-server-interactions/server-sdk-integration.md): Long-Range and Long-Running Operations
- [Persistant Circuit Architecture](https://docs.irrevocable.dev/database-and-server-interactions/persistant-circuit-architecture.md): Quick Start for Server-SDK Integration.
- [Logs & Error Handling](https://docs.irrevocable.dev/errors-and-logs/logs-and-error-handling.md): Lit Action Responses and SDK Logs.
- [Error Strict Mode](https://docs.irrevocable.dev/errors-and-logs/error-strict-mode.md): Handling Encountered Errors in the Circuit.
- [No Code Interface](https://docs.irrevocable.dev/live/no-code-interface.md): listener.irrevocable.dev
- [Issues](https://docs.irrevocable.dev/resources/issues.md): Reporting Issues and Errors.
- [Testing](https://docs.irrevocable.dev/resources/testing.md): Running the Test Suite.
- [Contributors](https://docs.irrevocable.dev/resources/contributors.md): Contributing to the SDK.
- [System Architecture](https://docs.irrevocable.dev/resources/system-architecture.md): SDK Blueprint.
- [About the Devs](https://docs.irrevocable.dev/resources/about-the-devs.md)
- [Storefront](https://docs.irrevocable.dev/resources/storefront.md): listener.irrevocable.dev/shop


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.irrevocable.dev/overview.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.
