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

# History

The **History** screen shows recent record activity in the current workspace. This helps you track changes across records and see who did what and when.

<figure><img src="/files/26IfTOoUgcAUVBw3f2sa" alt=""><figcaption></figcaption></figure>

At the top of the history screen, you can search for entries and narrow the list with **Date** and **User** filters. This helps you focus on a specific time range or one person’s changes.

The list is sorted with the newest activity first. Entries are grouped by day and user, so you can scan activity more quickly. Each entry shows the record name, the record ID, the action, and the exact time of the change.

Below the first line, Ninox shows the field values captured for that event:

* For **created records**, all fields that were filled during creation are displayed.
* For **updated records**, only the fields that were changed in that update are shown.
* **Deleted records** are also listed for reference.

The details shown depend on the fields in that record type and on what changed in that event.

Click the first line of a history entry to open the **form view** on the right side of the screen.

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

The form view gives you the full context for the selected record without taking you out of History. You can review the current data, make changes, and move between tabs such as **Record**, **Files**, **Emails**, and **History** when you need more detail.

At the top of the form view, you can bookmark or delete the record. The three dots menu gives you additional record actions, so you can continue working from the same place instead of switching screens.


---

# 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.ninox.com/user-hub/ninox-basics/history.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.
