# Programmable Agents

A catalogue of ready-to-use Programmable Agents for analytics engineering, data platform, and oncall workflows. Each row links to a full tutorial with the YAML, the Python SDK trigger, and a deployable example (cron, GitHub Actions, or webhook).

{% hint style="info" %}
**Prerequisites**

These recipes assume you've read the [**Programmable Agents**](/app-help/products/dino-ai/programmable-agents.md) docs and use the [**Python SDK**](/app-help/developers/python-sdk/modules/dinoai-programmable-agents.md) for trigger / poll / message calls
{% endhint %}


---

# 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.paradime.io/app-help/guides-new/programmable-agents.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.
