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

# Getting Started

> Sign in, choose your carrier, and learn the basics of the Admin Portal.

<Info>
  This guide helps new admins get into the portal quickly and confidently.
</Info>

## Quick start

<Steps>
  <Step title="Sign in" icon="right-to-bracket">
    Go to **[https://admin.cedarai.com](https://admin.cedarai.com)** and sign in with your Cedar account.

    <Tip>
      Use the same credentials you use for other Cedar applications.
    </Tip>
  </Step>

  <Step title="Choose your carrier" icon="building">
    Your work happens within a **carrier** (the rail operator or business you manage).

    1. Look at the top of the left sidebar
    2. Confirm you see your carrier name (e.g., **TRLDBLKDRY**)
    3. If you don't see the right carrier, contact your Cedar admin or Support

    <Frame caption="Carrier selection in the left sidebar">
      <img src="https://mintcdn.com/cedaraiinc/3XL8_nY45kQdoBAs/images/admin/dashboard-overview.png?fit=max&auto=format&n=3XL8_nY45kQdoBAs&q=85&s=bbd859bc6d92d45fb72ac96d70bf6a23" alt="Carrier selection is shown at the top of the left sidebar" width="1440" height="900" data-path="images/admin/dashboard-overview.png" />
    </Frame>
  </Step>

  <Step title="Navigate the portal" icon="compass">
    Use the left sidebar to access different sections:

    | Section          | What it's for                       |
    | ---------------- | ----------------------------------- |
    | **Users**        | Add or manage people                |
    | **User Groups**  | Organize people by team             |
    | **Roles**        | Define what each group can do       |
    | **Bindings**     | Connect a group to a role and scope |
    | **Activity Log** | Review recent changes               |
  </Step>
</Steps>

## Best practices

<AccordionGroup>
  <Accordion title="Changes apply immediately" icon="bolt">
    Double-check before you save any changes. There's no "draft" mode—your changes take effect right away.
  </Accordion>

  <Accordion title="Start with groups and roles" icon="layer-group">
    If you're unsure where to begin, start with **User Groups** and **Roles** before creating **Bindings**. This makes it easier to manage access at scale.
  </Accordion>

  <Accordion title="Use groups, not individual assignments" icon="users">
    Always assign access through groups instead of directly to individual users. This makes it much easier to manage access when team members change.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Users" href="/user-docs/admin/users" icon="user">
    Manage individual accounts
  </Card>

  <Card title="User Groups" href="/user-docs/admin/user-groups" icon="users">
    Organize teams
  </Card>

  <Card title="Roles" href="/user-docs/admin/roles" icon="key">
    Define permissions
  </Card>

  <Card title="Bindings" href="/user-docs/admin/bindings" icon="link">
    Grant access
  </Card>
</CardGroup>
