---
title: "Finding your way around"
description: "The navigation rail and its destinations, the drawer beside it, the phone tab bar, and where account settings live."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.divelogic.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Finding your way around

import { Navigation } from "@/components/react/PlannerScreens";

The interface is three layers wide: a navigation rail that chooses the section,
a drawer that lists what is in it, and the working surface filling the rest of
the window. There is no menu bar, no toolbar and no global search.

## The rail

| Rail label | What it opens |
|---|---|
| Home | The landing screen and its four shortcuts |
| Courses | Courses you teach or are enrolled on |
| Plans | The planner |
| Logs | Dive computers, and the dives downloaded from them |
| Post-Dive | The review flow for a dive already made |
| Chat | Conversations with Tunang |
| Ledger | An instructor's own invoicing |

**Courses and Ledger appear only on an instructor account.** Your own account
sits pinned below the destinations: a **Sign in** row when signed out, a chip
with your picture and first name when signed in.

## The drawer

Four sections open a drawer between the rail and the working surface. Selecting
the same section again closes it.

| Section | Header action | What it lists |
|---|---|---|
| Plans | **New** | Your plans, plus a collapsible group per course |
| Courses | — | Courses you teach or have joined |
| Logs | — | Dive computers, then that computer's dives |
| Chat | **New** | Chat sessions, newest first |

The drawer selects; it never edits. Logs is the one that goes two levels deep:
it opens on the list of computers, and choosing one replaces the list with that
computer's dives behind a **Computers** back link.

## On a phone

The rail becomes a tab bar across the bottom, reading Plans · Logs · **+** ·
Post-Dive · Chat. The raised **+** is an action rather than a destination: it
opens the new-plan dialogue. Home leaves the bar, and your account chip moves
into the header beside the notification bell.

## Where settings live

Your account chip opens the account area, where **Settings** has five tabs:
**Profile**, **Security**, **Preferences**, **Subscription** and **Billing**.

Nothing about a dive is configured there. Algorithm, gradient factors, ascent
rates, water type, breathing rates and setpoints all belong to the plan that
uses them, and are edited on the planner's Plan step.

## Next

[Plan your first dive](/start/first-plan), which puts the rail and the drawer to
work.

[Navigation reference](/reference/navigation) lists every destination in full.

Source: https://docs.divelogic.ai/start/interface/index.mdx
