# Mixpanel Tracking

## What is Mixpanel?

Mixpanel is an analytics tool that helps app developers make better product decisions by showing how users are using their app. You can read more about Mixpanel [here](https://mixpanel.com/).

## What are you tracking and why?

We only track general usage of the app. This means we track things like "User X created a person", but that is about it. We do not log any sort of data that you are inputting into the app, only that you took an action.&#x20;

This data is super helpful to see how users are using the app and helps us make product decisions. For example, if we launch a new feature (like our new goals feature) and we see that nobody is using it, then we can try to make changes to improve it or remove it completely if we realize nobody uses it even after a few iterations.&#x20;

## Can I opt-out of this?

Yes! You can opt-out of it by going into the [Settings page](http://localhost:3000/account), going to the Privacy section and clicking the toggle to opt-out of tracking.&#x20;

If you are using an ad-blocker, Mixpanel is likely being blocked anyway and there is no need to opt-out of anything :)


---

# 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://resources.mogulnetworking.com/features/mixpanel-tracking.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.
