# Pipes

- [Managing Pipes](https://docs.pipekit.io/pipekit/pipes/managing-pipes.md)
- [Run/Sync Conditions](https://docs.pipekit.io/pipekit/pipes/managing-pipes/run-sync-conditions.md)
- [Secrets](https://docs.pipekit.io/pipekit/pipes/managing-pipes/secrets.md): You can store key value pairs in Pipekit and have them passed to your running workflow as environment variables.
- [Alerting](https://docs.pipekit.io/pipekit/pipes/managing-pipes/alerting.md): Pipekit Workflow Alerting lets you configure alerts for workflows through Slack or MS Teams integration. You can set alerts on specific workflow statuses such as QUEUED, RUNNING, FAILED or COMPLETED.
- [Pipe Runs](https://docs.pipekit.io/pipekit/pipes/pipe-runs.md): Pipekit Pipes collect workflow runs in a logical group. You can view all runs of a given workflow in a Pipe, even across Kubernetes clusters.
- [Run Graph (DAG)](https://docs.pipekit.io/pipekit/pipes/pipe-runs/run-graph.md)
- [Pod Logs](https://docs.pipekit.io/pipekit/pipes/pipe-runs/pod-logs.md)
- [Workflow Logs](https://docs.pipekit.io/pipekit/pipes/pipe-runs/workflow-logs.md)
- [Workflow YAML](https://docs.pipekit.io/pipekit/pipes/pipe-runs/workflow-yaml.md)
- [Cron Workflows](https://docs.pipekit.io/pipekit/pipes/cron-workflows.md): CronWorkflows
- [Externally Triggered Workflows](https://docs.pipekit.io/pipekit/pipes/externally-triggered-workflows.md): Externally-triggered Workflows


---

# 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.pipekit.io/pipekit/pipes.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.
