> For the complete documentation index, see [llms.txt](https://faq.liquidandgrit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.liquidandgrit.com/design-portal/tracker/how-to-use-tracker.md).

# How to Use - Tracker

### **Filter by Date**

You can use the calendar drop down menu in the upper right corner of the Tracker to customize date ranges for your selection. Browse current, past, and future activities.

### **Search**

You can search for games and activities by keywords using the search bar in the upper left corner of the Tracker.

### **Filtering**

You can use the filter menu on the left side of the Tracker to display activities from the Casino, Casual, Core, or Sports and Racing markets. You can use the filter menu on the left side of the Tracker to filter activities by subgenre. Tracker provides 49 subgenre filters. You can use the filter menu on the left side of the Tracker to filter activities by game. Tracker provides over 450 game filters.

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

### **Default Selection**

Tracker displays all activities for all tracked games for the last month by default.

### **Export Data**

You can export your filtered data by clicking the “Download Excel CSV” button in the upper right corner of the Tracker.

<figure><img src="/files/W3cy2lo0izyJNrwdfJ0L" alt=""><figcaption><p><strong>Export to Excel via CSV</strong></p></figcaption></figure>

### **Event** Links

From the list of games and events generated by your filter selection you can click event links that direct you to game screenshots and video, hosted by our Impact Portal Database tool. You must have a Impact Portal subscription to view game screenshots and video.

<figure><img src="/files/PthHjzuojRLGClhhylgh" alt=""><figcaption><p><strong>Click links to view screenshots and video</strong></p></figcaption></figure>

## Tips

Double-check punctuation when using the search function. For instance, searching “pop slots” returns no results, whereas searching “pop! slots” will successfully return results for the app, “POP! Slots”.


---

# 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://faq.liquidandgrit.com/design-portal/tracker/how-to-use-tracker.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.
