> For the complete documentation index, see [llms.txt](https://berkman-klein-center.gitbook.io/commuse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://berkman-klein-center.gitbook.io/commuse/about.md).

# About

<figure><img src="/files/o2fHgh4YfnShMuzaMPf0" alt="" width="188"><figcaption></figcaption></figure>

`Commuse` is an open-source, free, and simple community catalog application designed to manage and explore community profiles, data, and events. This documentation provides a comprehensive guide to effectively navigating and using `Commuse`.

## Main Features

**News & Events**

Access News & Events: Navigate to the "News & Events" section to view the latest updates, announcements, and opportunities within the community.

**People**

Browse People: View detailed profiles of community members. Each profile includes biographical information, contact details, affiliations, and online presence. Filter & Export Profiles: Apply filters to find specific users and export data in various formats (CSV, plain text).

**People Map**

Visualize Locations: Access the "People Map" to see the geographical distribution of community members.

**Profile Management**

Edit Profile: Update your personal information, including profile image, contact details, and pronouns. Save changes to keep your profile current. Account Settings: Customize your profile visibility and update your password.

**User Management**

Manage Users: Admins can create, edit, and delete user profiles. Import users from CSV for bulk updates. Set User Status & Affiliation: Change users' active status, affiliation types, or retake statuses.

**Invitations**

Create Invitations: Generate single or multiple invitations for new members to join the community. Manage existing invitations from this section.

**Custom Fields**

Define Custom Fields: Tailor data fields to meet specific community needs. Admins can edit fields, allowing for a more personalized user experience.

**Data Editor**

Edit User Data: View and edit user data entries to maintain accurate and updated information. Use the search feature for efficient data management.

**Profile Data Audit**

Track Changes: Monitor changes made to profiles. Review new/changed and old/removed data entries to ensure data integrity.

**System Settings**

Configure System Settings: Admins can set up account-related emails, messages, and manage other critical settings.


---

# 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://berkman-klein-center.gitbook.io/commuse/about.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.
