# Actions

Actions are used to build a flow in a tree structure, left to right. Every action has its functional logic and requires a certain set of inputs to be defined to carry out its activities. Multiple Actions are available to the user to build their flow.

Available actions are

* [API Call](https://docs.dckapintegrator.com/project-manager/workflows/actions/api-call)
* [Console](https://docs.dckapintegrator.com/project-manager/workflows/actions/console)
* [Decision](https://docs.dckapintegrator.com/project-manager/workflows/actions/decision)
* [Loop](https://docs.dckapintegrator.com/project-manager/workflows/actions/loop)
* [Detail Logger](https://docs.dckapintegrator.com/project-manager/workflows/actions/detail-logger)
* [Error Logger](https://docs.dckapintegrator.com/project-manager/workflows/actions/error-logger)
* [Code Runner](https://docs.dckapintegrator.com/project-manager/workflows/actions/code-runner)
* [Formatter](https://docs.dckapintegrator.com/project-manager/workflows/actions/formatter)
* [Notification](https://docs.dckapintegrator.com/project-manager/workflows/actions/notification)
* [Return](https://docs.dckapintegrator.com/project-manager/workflows/actions/return)
* [Sleep](https://docs.dckapintegrator.com/project-manager/workflows/actions/sleep)

### Action/Step Output in Console Logs

Each action/step has an option `Show output in console logs` which allows the users to control each step outputs in console logs.&#x20;

* If enabled, the execution status of the action or step output is logged in console logs.&#x20;
  * For API calls, users can customize the information in more detail by selecting options such as Request Information, Response Information, and more.
* If disabled, the respective action step output will not be logged in console logs.&#x20;

This allows the users to customize the information available in the console logs.

{% hint style="info" %}
This option will only work if console logging is enabled both in the project settings and for the specific pipe or workflow.
{% 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.dckapintegrator.com/project-manager/workflows/actions.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.
