# Running automations

#### Running workflow automations <a href="#running-workflow-automations" id="running-workflow-automations"></a>

There are a few different ways you can run workflow automations in CodeWords.

**Run directly from chat**

You can run workflows directly from the chat where the workflow was built by clicking `Run` . By doing so, you can quickly see how your workflow performs, and check that you're happy with the output.

**Run page overview**

Each time a workflow is executed (manually, on schedule, or via a trigger) a new Run page is generated.**Each run page includes:**

* **Integrations**: A dropdown where you can check if integration connections are required to run the workflow.
* **Input fields**: Here's where you enter your unique data or reference points.
* **Run button**: You'll be able to click `Run` once you've filled in the required input fields.
* **Workflow logs**: After you've clicked `Run` , you'll be able to see which workflow action is currently in progress as the logs are updating.
* **Output**: Once your workflow has finished running, you'll receive your automated output.
* **Error details:** An alert error if your workflow has failed. From here, you'll be able to go back to the chat and ask Cody to fix it.

If an automation doesn’t behave as expected, head back to the chat, reference your workflow, and ask Cody to fix it.

#### Schedules and triggers <a href="#schedules-and-triggers" id="schedules-and-triggers"></a>

You can choose whether you'd like to run your automation manually, or whether you'd like to set up a schedule or trigger that fully automated the workflow's process.See our detailed page on [schedules and triggers.](https://docs.codewords.ai/~/revisions/9n8QZWQLRumtIxQk1QAV/core-concepts/schedules-and-triggers)​

<figure><img src="/files/ZQzP8OvmYqORUSiYGBqW" alt=""><figcaption></figcaption></figure>


---

# 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.codewords.ai/automations/running-automations.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.
