> For the complete documentation index, see [llms.txt](https://docs.codewords.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codewords.ai/~/revisions/2IgKSsIuX4bzBsMZVaMc/core-concepts/running-automations.md).

# Running automations

### Running workflow automations

There are a few different ways you can run workflow automations in CodeWords.&#x20;

#### **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.&#x20;

#### **Run page overview**

Each time a workflow is executed (manually, on schedule, or via a trigger) a new Run page is generated.&#x20;

**Each run page includes:**

* **Integrations**: A dropdown where you can check if integration connections are required to run the workflow.&#x20;
* **Input fields**: Here's where you enter your unique data or reference points.&#x20;
* **Run button**: You'll be able to click `Run` once you've filled in the required input fields.&#x20;
* **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.&#x20;
* **Output**: Once your workflow has finished running, you'll receive your automated output.&#x20;
* **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.&#x20;

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

<figure><img src="/files/RbRGL8TaREQAUVO4uKVG" alt=""><figcaption><p>Accessing the Run Page within the chat</p></figcaption></figure>

### Schedules and triggers&#x20;

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.&#x20;

See our detailed page on [schedules and triggers.](https://docs.codewords.ai/~/revisions/9n8QZWQLRumtIxQk1QAV/core-concepts/schedules-and-triggers)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.codewords.ai/~/revisions/2IgKSsIuX4bzBsMZVaMc/core-concepts/running-automations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
