> 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/automations/activity.md).

# Activity

#### What is the Activity page?

The Activity page is where you see everything that has happened or is planned in your workspace: your past chats, workflow runs, scheduled runs, and triggers. You can open it from the sidebar by clicking Activity (history icon).

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

#### What you can do there

The page has four tabs at the top. You switch between them to see different kinds of activity.

**1. Chats**

* List of your past chat sessions.
* You can search and change the sort order (newest or oldest first).
* Use this when you want to find or reopen an earlier conversation.

**2. Run**

* List of workflow runs (when a workflow actually ran).
* You can search, sort by date or cost, filter by status (e.g. success, failed, running), and by how the run was started (scheduled, manual, or trigger).
* Use this to see what ran, when, and whether it succeeded or failed.

**3. Scheduled Runs**

* List of schedules (when runs are set to run automatically in the future).
* You can search by name or schedule details.
* All schedule times are in UTC.
* Use this to see and manage what’s set to run on a schedule.

**4. Triggers**

* List of triggers (events that can start a run automatically).
* You can search through triggers and scroll to load more.
* Use this to see what triggers exist and how they’re set up.


---

# 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/automations/activity.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.
