# Core Concepts

- [Users](https://docs.lightpost.app/core-concepts/users.md)
- [User Management Overview](https://docs.lightpost.app/core-concepts/users/user-management-overview.md)
- [Login Methods](https://docs.lightpost.app/core-concepts/users/login-methods.md): Lightpost offers 3 different methods of logging in for members:  email, username and phone number.
- [Account Membership](https://docs.lightpost.app/core-concepts/users/account-membership.md): Account membership terminology can be confusing based on other systems use of this language. We'll try to clear that up here.
- [Family Units](https://docs.lightpost.app/core-concepts/users/family-units.md): Family units in Lightpost are a key part of how information is displayed throughout the app, especially in regards to the Directory.
- [Family Emails](https://docs.lightpost.app/core-concepts/users/family-emails.md)
- [Church Offices](https://docs.lightpost.app/core-concepts/users/church-offices.md): A "church office" (sometimes called a "church role" in congregations) are titles such as "Elder", "Deacon", "Minister", "Evangelist", etc.
- [Groups](https://docs.lightpost.app/core-concepts/groups.md): Groups are a special and import part of Lightpost for organization and communication.
- [Group Posts](https://docs.lightpost.app/core-concepts/groups/group-posts.md): Group Posts is a super-low cost communication platform built right into Lightpost.
- [Task Boards](https://docs.lightpost.app/core-concepts/groups/task-boards.md): Give your groups a visual way to organize and track work. Each board is a Kanban-style layout with columns and cards that you can drag between columns as work progresses.
- [Group Lock](https://docs.lightpost.app/core-concepts/groups/group-lock.md): Lightpost offers the ability to disallow adding new members, without explicit approval and alerting, to help ensure group posts and task boards remain private.
- [E-mailing](https://docs.lightpost.app/core-concepts/groups/e-mailing.md): Lightpost allows your congregation to email groups for easy communication.
- [Email Costs](https://docs.lightpost.app/core-concepts/groups/e-mailing/email-costs.md): Why do you charge for emails?  Shouldn't emailing be free?
- [Texting (SMS)](https://docs.lightpost.app/core-concepts/groups/sms.md): Lightpost allows your congregation to text groups for quick communication. The texting tool, utilizing a dedicated toll-free number, is meant for one-way communication to mobile numbers stored in the
- [SMS and Text Encoding](https://docs.lightpost.app/core-concepts/groups/sms/text-encoding.md): SMS messages use a special and limited character set.
- [Texting (MMS)](https://docs.lightpost.app/core-concepts/groups/sms-1.md): Lightpost also allows your congregation to text groups for quick communication via MMS.
- [Voice Calls](https://docs.lightpost.app/core-concepts/groups/voice-calls.md)
- [Numbers for SMS, MMS & Voice](https://docs.lightpost.app/core-concepts/groups/numbers-for-sms-mms-and-voice.md)
- [Messaging Policies](https://docs.lightpost.app/core-concepts/groups/messaging-policies.md)
- [Communication Use Policy](https://docs.lightpost.app/core-concepts/groups/messaging-policies/communication-use-policy.md): Lightpost has strict use policies for sending emails, SMS and voice calls.
- [SMS message length limits](https://docs.lightpost.app/core-concepts/groups/messaging-policies/sms-message-length-limits.md): Lightpost follows the technical 160 character limit per SMS.
- [E-mail Costs](https://docs.lightpost.app/core-concepts/groups/messaging-policies/e-mail-costs.md): Why do you charge for emails? Shouldn't emailing be free?
- [Roles](https://docs.lightpost.app/core-concepts/roles.md): Roles are different from Groups in that they are only used determine what access a user account has to Lightpost.


---

# 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.lightpost.app/core-concepts.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.
