# Workflows

- [Building Workflows](https://academy.looply.ai/workflows/building-workflows.md): Looply workflows are tailored to empower developers with the tools they need to streamline and automate your business processes
- [Triggering Workflows](https://academy.looply.ai/workflows/triggering-workflows.md): Define how your Looply Workflows are initiated with event triggers
- [Environment Variables & Profiles](https://academy.looply.ai/workflows/environment-variables-and-profiles.md): Define workflow environment-specific variables to keep your logic clean, flexible, and reusable.
- [Versioning Workflows](https://academy.looply.ai/workflows/versioning-workflows.md): Manage and track changes with ease with the power of workflow versioning at your fingertips
- [Using HTTP Requests](https://academy.looply.ai/workflows/using-http-requests.md): Sending HTTP Requests in your Looply Workflow
- [Using Functions](https://academy.looply.ai/workflows/using-functions.md): Executing custom function blocks in Looply workflows
- [Using Conditionals](https://academy.looply.ai/workflows/using-conditionals.md): Using conditional logic in Looply workflows
- [Using Branch Conditionals](https://academy.looply.ai/workflows/using-branch-conditionals.md): Using branch conditionals in Looply workflows
- [Using Advanced Conditionals](https://academy.looply.ai/workflows/using-advanced-conditionals.md): Using Advanced Conditionals in Looply Workflows
- [Setting up advanced conditionals](https://academy.looply.ai/workflows/using-advanced-conditionals/setting-up-advanced-conditionals.md): Advanced Conditional Logic
- [Using Integrations](https://academy.looply.ai/workflows/using-integrations.md): Using your integrations in Looply workflows
- [Adaptive Card Actions](https://academy.looply.ai/workflows/using-integrations/adaptive-card-actions.md): Performing adaptive card related actions in your Looply workflows
- [SAP Requests](https://academy.looply.ai/workflows/using-integrations/sap-requests.md): Sending HTTP Requests to your integrated SAP system with Looply workflows
- [Using Redirects](https://academy.looply.ai/workflows/using-redirects.md): Redirect between steps in your Looply Workflows
- [Using Override Payload](https://academy.looply.ai/workflows/using-override-payload.md): In the intricate ecosystem of workflow automation, the agility to adapt and modify data as it flows from one step to another is a cornerstone of dynamic process management
- [Terminating Workflows](https://academy.looply.ai/workflows/terminating-workflows.md): In the dynamic environment of workflow automation, controlling when a workflow ends is just as crucial as managing its start.


---

# 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://academy.looply.ai/workflows.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.
