# Activity Feed

### Event Kinds

| Kind       | Trigger                                           | Example detail              |
| ---------- | ------------------------------------------------- | --------------------------- |
| `create`   | New prompt created.                               | empty                       |
| `save`     | A live version was saved.                         | "refund-policy citations"   |
| `update`   | Prompt metadata changed, or a draft was promoted. | "updated model to gpt-4.1"  |
| `draft`    | A new draft version was created.                  | message from the save modal |
| `edit`     | An existing draft or prompt setting changed.      | "founder tone pass"         |
| `rename`   | Prompt slug renamed.                              | previous slug               |
| `rollback` | A previous version was restored.                  | "rolled back"               |
| `connect`  | An integration was connected.                     | integration name            |
| `delete`   | A prompt was deleted.                             | empty                       |

### Display

Each row shows:

* The actor.
* A relative timestamp.
* The free-text detail from the action.

### Permissions

Workspace members can read activity for their workspace. Activity is scoped to the workspace and is not shared across workspaces.

### Retention

Activity is intended as a durable audit trail. Export or archive it according to your team's retention policy.


---

# 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://aiso.gitbook.io/promptvault/documentation/dashboard/editor.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.
