# Programmability

- [Overview](https://docs.0xpass.io/programmability/overview.md)
- [Passport Lambda](https://docs.0xpass.io/programmability/passport-lambda.md): Automate your access control or even your complete flow using Lambda's.
- [Lambda Functions](https://docs.0xpass.io/programmability/lambda-functions.md)
- [Create Lambda](https://docs.0xpass.io/programmability/lambda-functions/create-lambda.md): Allows the user to register a lambda function with Passport Protocol
- [Create Lambda SDK](https://docs.0xpass.io/programmability/lambda-functions/create-lambda/create-lambda-sdk.md)
- [Create Lambda API](https://docs.0xpass.io/programmability/lambda-functions/create-lambda/create-lambda-api.md)
- [Execute Lambda](https://docs.0xpass.io/programmability/lambda-functions/execute-lambda.md): Allows a user to execute the lambda function
- [Execute Lambda SDK](https://docs.0xpass.io/programmability/lambda-functions/execute-lambda/execute-lambda-sdk.md)
- [Execute Lambda API](https://docs.0xpass.io/programmability/lambda-functions/execute-lambda/execute-lambda-api.md)
- [List Lambda](https://docs.0xpass.io/programmability/lambda-functions/list-lambda.md): View list of lambda functions registered by user
- [List Lambda SDK](https://docs.0xpass.io/programmability/lambda-functions/list-lambda/list-lambda-sdk.md)
- [List Lambda API](https://docs.0xpass.io/programmability/lambda-functions/list-lambda/list-lambda-api.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.0xpass.io/programmability.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.
