> For the complete documentation index, see [llms.txt](https://resources.mogulnetworking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.mogulnetworking.com/features.md).

# Features

- [End to End Encryption](https://resources.mogulnetworking.com/features/end-to-end-encryption.md): Aside form Mogul's beautiful interface, our End-to-End Encryption is what really sets us apart form the competition. So what exactly is it?
- [iOS App](https://resources.mogulnetworking.com/features/ios-app.md): Access the most important parts of Mogul on the go with our native iOS app!
- [👨‍👧‍👦 Groups](https://resources.mogulnetworking.com/features/groups.md): Whether it be to separate your work colleagues from your college friends, you can use groups to organize people in ways tailored to you and your workflow
- [Reminders](https://resources.mogulnetworking.com/features/reminder-emails.md): Reminders are a great way to keep yourself accountable and remember to always follow up with people.
- [Keep in Touch Goals](https://resources.mogulnetworking.com/features/keep-in-touch-goals.md): Keep in Touch Goals are one of the first "accountability features" we are introducing. This feature lets you set goals for individual people and helps you see who you are losing touch with.
- [CSV Importing](https://resources.mogulnetworking.com/features/csv-importing.md): Coming from an existing spreadsheet? We got you covered!
- [iOS Contact Importing](https://resources.mogulnetworking.com/features/ios-contact-importing.md)
- [👨‍👧‍👦 Google Contact Importing](https://resources.mogulnetworking.com/features/google-contact-importing.md): Coming from an Android phone or use Google Contacts in general? We got you covered!
- [Custom Fields for People](https://resources.mogulnetworking.com/features/custom-fields-for-people.md): Customize Mogul by adding custom fields for people, making it yours.
- [Custom Interaction Types](https://resources.mogulnetworking.com/features/custom-interaction-types.md): Customize Mogul by adding custom interaction types, making it yours.
- [Birthdays & Important Dates](https://resources.mogulnetworking.com/features/birthdays-and-important-dates.md)
- [Custom Table Columns](https://resources.mogulnetworking.com/features/custom-table-columns.md)
- [Merge & Fix](https://resources.mogulnetworking.com/features/merge-and-fix.md)
- [Data Export](https://resources.mogulnetworking.com/features/data-export.md)
- [Mixpanel Tracking](https://resources.mogulnetworking.com/features/mixpanel-tracking.md): Learn more about Mixpanel and how Mogul uses it to improve app usage


---

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