> 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/database/how-to-use-database.md).

# How to Use - Database

You can toggle between the Data, Gallery, and Matrix views using the three icons at the upper right of the screen.

Use the menu on the left side of your screen to filter results in the database. Click either Gallery, Data, or Matrix to view filtered results. You can also search database content with the search bar.

Results can be filtered by market, date, game, subgenre, and more.

## Example

Let's say you’d like to build a bank feature for a puzzle app and would like to show examples to your design team. URLs are unique to results, so they can be shared. To view examples, filter results by clicking “Casual” (under "Market"), “Puzzle” (under "Genre"), “Features” (under "Category), and “Banks” (under "Features"). You can also filter by time if you'd like more recent examples.

<figure><img src="/files/7yarQnuGoDN1hykypYhu" alt=""><figcaption></figcaption></figure>

Images and videos can be downloaded from “Gallery”. You can also [export the data](/design-portal/database/tracked-apps/exporting-tracked-apps.md) as a .CSV file from the “Data” tab:

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

## Filter Notifications

You can set up notifications to be alerted when new content is published in our database that fit your criteria.

{% embed url="<https://youtu.be/U7FjW607nxU>" %}

* Use the filter menu on the left to select filter criteria.
* Click the “Add Filter Notifications” button on the bottom-left of the screen.
* Give the Filter Notification a Name, select how often you want to be notified, and choose the time of day you want to be notified.
* Click "Save."
* You can view your Filter Notifications by clicking the “[My Notifications](https://my.liquidandgrit.com/library/gallery?view=notification)” tab. From here, you can quickly view the filter results of your notification, edit the notification, or delete it.

## Tips

* In our taxonomy, features are permanent meta-elements, events are limited-time meta-elements, and content is core gameplay elements (e.g., slot machines, level designs, heroes, and equipment).
* When filtering by app, you can select either "Tracked," which will display apps we follow regularly, or "Deconstruct," which will display apps for which we have performed a specific teardown.
* Filtering by "Popular" will display trending sub-categories within mechanics (e.g., battle pass).


---

# 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/database/how-to-use-database.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.
