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

# Welcome to StewardTrack

Welcome to the **StewardTrack User Handbook** -- your complete guide to managing your church with StewardTrack.

StewardTrack is a comprehensive church management platform that helps churches of all sizes organize their community, plan events, manage finances, and communicate effectively with their congregation.

> **New here?** Start with [Why StewardTrack](/introduction/why-stewardtrack.md) for a friendly tour of every module — Community, Stewardship, Planning, Communication, plus the bonus Public Website — in one read.

## Who Is This Guide For?

This handbook is for all StewardTrack users, including:

* **Church Administrators** who manage the overall system
* **Pastors & Ministry Leaders** who oversee community and planning
* **Treasurers & Finance Teams** who handle stewardship and finances
* **Secretaries** who manage records and communications
* **Volunteers & Members** who participate in church activities

## What You'll Learn

| Section                                                             | Description                                               |
| ------------------------------------------------------------------- | --------------------------------------------------------- |
| [Getting Started](/getting-started/getting-started.md)              | Sign up, onboard your church, and navigate the dashboard  |
| [General](/general/general.md)                                      | Overview dashboard, profile management, and AI Assistant  |
| [Community](/community/community.md)                                | Member management, families, care plans, and discipleship |
| [Planning](/planning/planning.md)                                   | Calendar, scheduler, ministries, goals, and notebooks     |
| [Accounts](/accounts/accounts.md)                                   | User accounts and profile management                      |
| [Communication](/communication/communication.md)                    | Campaigns, message composition, and templates             |
| [Stewardship](/stewardship-finance/stewardship.md)                  | Financial records, donations, budgets, and reports        |
| [Administration](/administration/administration.md)                 | Access control, roles, permissions, and settings          |
| [Subscription & Billing](/subscription-and-billing/subscription.md) | Plans, upgrades, and billing management                   |

## Feature Availability

Some features in StewardTrack are available based on your subscription tier. Throughout this guide, features marked with a crown icon are premium features that may require a plan upgrade.

| Tier             | Description                                           |
| ---------------- | ----------------------------------------------------- |
| **Essential**    | Free tier with core church management features        |
| **Premium**      | Advanced community and planning features              |
| **Professional** | Full-featured with financial management and reporting |
| **Enterprise**   | Complete platform with custom configurations          |

## Need Help?

If you encounter issues or need assistance:

* Contact your church administrator
* Reach out to StewardTrack support


---

# 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://docs.stewardtrack.com/introduction/readme.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.
