> For the complete documentation index, see [llms.txt](https://docs.feedotter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.feedotter.com/automations/automation-details.md).

# Automation Details

After creating an automation, you can view additional information and manage its activity from the **Automation Details** page.

To access the Automation Details page:

1. Navigate to **Automations**.
2. Click the name of the automation you want to view.

<div align="left" data-with-frame="true"><figure><img src="/files/sPNSzGYIVv4cMLhqaucU" alt=""><figcaption></figcaption></figure></div>

The Automation Details page provides a summary of your automation's activity and status, including the following.

***

**Automation Status**

<div align="left" data-with-frame="true"><figure><img src="/files/me0U4wIoh77MQyfqr2Ca" alt=""><figcaption></figcaption></figure></div>

View whether the automation is currently active or inactive. You can enable or disable the automation directly from this page.

***

**Last Run and Next Run**

<div align="left" data-with-frame="true"><figure><img src="/files/TMIG8GAknETePY4Ms0tV" alt="" width="413"><figcaption></figcaption></figure></div>

At the top of the page, Feedotter displays:

* The date and time of the most recent automation run
* The date and time of the next scheduled run

This information can help verify that your automation is running as expected.

{% hint style="info" icon="pencil" %}
To rename your automation, click the current name.&#x20;
{% endhint %}

***

**Send Now**

Need to generate an email immediately?

Use the **Send Now** button to manually trigger the automation outside of its normal schedule.

Read more about Send Now:

{% content-ref url="/pages/vIGQi6BomhrMLBObhKOD" %}
[Send Now](/automations/features/send-now.md)
{% endcontent-ref %}

***

**Send History**

The **History** section displays previous automation runs and their results.

For each run, you can view:

* Run date and time
* Status (Success, Failed, Skipped, etc.)
* Number of posts included in the email
* Email preview thumbnail

\[Insert image: History section highlighted]

**View Generated Emails**

Each history entry includes options to:

* Preview the generated email
* Open the generated email in your connected Email Service Provider (ESP)

***

**View Skipped Runs**

Enable the **Show Skipped** toggle to display runs that were skipped because no qualifying content was available or other automation conditions were not met.


---

# 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:

```
GET https://docs.feedotter.com/automations/automation-details.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.
