# List of verbs used

* general repository: <https://gitlab.com/eduplex-api/user-behavior-tracker>
* current list of verbs available to track (it is easy to add more verbs from existing ones or even create our own verbs): <https://gitlab.com/eduplex-api/user-behavior-tracker/-/blob/main/src/verbs.js>
* table of verbs being tracked (continuously extended, a few more already added - work in progress!):

<figure><img src="/files/4Ar0K6pJDTCjuo1n4PsL" alt=""><figcaption></figcaption></figure>

… and a list of actions we are currently tracking in eduplex:

* logged in
* logged out
* search
* page view
* initiatives score (assessments dashboard)
* added to wishlist
* reordered an element from wishlist
* removed an element from wishlist
* purchased
* file opened
* pdf download


---

# 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://docs.eduplex.eu/user-behavior-tracker/list-of-verbs-used.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.
