# Open Source Primitives

- [Pre-Authorized Debit V1](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1.md)
- [Program](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program.md)
- [Deployments](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/deployments.md)
- [Anchor IDL](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/anchor-idl.md)
- [Account Model](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/account-model.md): PAD program accounts
- [Smart Delegate](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/account-model/smart-delegate.md)
- [Pre Authorization](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/account-model/pre-authorization.md)
- [Instructions](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/instructions.md)
- [Init Smart Delegate](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/instructions/init-smart-delegate.md)
- [Init Pre Authorization](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/instructions/init-pre-authorization.md)
- [Close Pre Authorization](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/instructions/close-pre-authorization.md)
- [Update Pause Pre Authorization](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/instructions/update-pause-pre-authorization.md)
- [Debit](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/program/instructions/debit.md)
- [Typescript SDK](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/typescript-sdk.md)
- [Read Client](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/typescript-sdk/read-client.md)
- [Instruction Factory](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/typescript-sdk/instruction-factory.md)
- [Transaction Factory](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/typescript-sdk/transaction-factory.md)
- [Web UI](https://docs.seabed.so/open-source-primitives/pre-authorized-debit-v1/web-ui.md)


---

# 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.seabed.so/open-source-primitives.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.
