%% generate tags start %%
#religion
%% generate tags end %%
#religion/christianity


```mermaid
graph TD
A[Start: Determine Christian Denomination] --> B{Does the Bible have \nmore authority than the Church?}
B -->|Yes| C[Protestant]
B -->|No| D[Non-Protestant]
C --> E{Baptize Babies?}
E -->|No| F{Shall we speak \nin same tongue?}
F --> | Yes | Z[Pentecostals]
F --> | No | X[Baptists]
E -->|Yes| G{Hierarchy of Bishops?}
G -->|Yes| H[Anglicans]
G -->|No| I[Other Protestants]
I --> J{Communion as Literal \nBody and Blood of Christ?}
J -->|Yes| K[Lutherans]
J -->|No| L[Reformed, Methodists, \nPresbyterians, Congregationalists]
D --> M{Belief in Jesus' Nature}
M -->|One United Nature| N[Oriental Orthodox]
M -->|Two Separate Natures| O[Nestorians/Assyrian Church of the East]
M -->|Other| P[Eastern Orthodox or Catholics]
P --> Q{Focus on \nMystical Experiences?}
Q -->|Yes| R[Eastern Orthodox]
Q -->|No| S[Catholics]
```