> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-subscribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/show-events-and-access-events.md).

# Show events and access events

This guide explores the **show events** and **show access events** buttons of the Subscription Search feature.

## Show events

Select the **show events** button to display a history of events. Each tab will display events based on a standard configuration. For example, selecting the button from the **account information** tab will display different events than selecting the button from the **complaints** tab.

In the search results, select the details icon to view detailed information about an event. Navigate between the tabs to view related information. **Note**: It is expected that some fields will not populate since each field does not necessarily pertain to every event type.

| Term             | Description                                                      |
| ---------------- | ---------------------------------------------------------------- |
| Event ID         | The event’s identification number within the Subscribe database. |
| Transaction Date | The date and time at which the event occurred.                   |
| Publication      | The name of the publication that the event is associated with.   |
| Description      | The event's name.                                                |
| Status           | Indicates whether the event is `active` or `closed`.             |
| Details          | Select the icon to see detailed information.                     |

## Show access events

Select the **show access events** button to display when a subscriber accessed web content (`event type id 708`). The results from this button are the same regardless of the tab from which you selected it.

To show access events:

1. Select the **show access events** button.
2. Choose the date criterion.
3. Select **search**. The subscriber's access history displays below.


---

# 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.navigaglobal.com/naviga-subscribe/csr-user-guide/csr-introduction/show-events-and-access-events.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.
