# Onboarding Flow

Every new MinistryBoard account starts with a short onboarding tour designed specifically for your role.

<details>

<summary>Can I skip the onboarding tour when I first sign up?</summary>

No. The onboarding tour is required for all new accounts and cannot be skipped. It ensures you know how to navigate your account before you see your dashboard.

</details>

<details>

<summary>Why does MinistryBoard make me go through a tour before I can use the app?</summary>

New accounts start with zero data — no SOPs, no teams, no users yet. Jumping straight into an empty dashboard can be confusing and discouraging. The tour orients you to the platform for your specific role so your first impression is clarity, not confusion.

</details>

<details>

<summary>Does every role see the same onboarding tour?</summary>

No. Each role sees a **different onboarding tour** tailored to what they'll actually be doing in MinistryBoard. A Super Admin's tour looks different from a volunteer's tour.

</details>


---

# 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://help.ministryboard.com/help-center/onboarding-flow.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.
