# First Steps

> First steps after logging in to Seedly Sites - tour the operator portal, learn the key concepts, and set up your first client site.

Welcome to Seedly Sites. This page covers what to do after your first login and the core ideas you need before building client sites.

If you have not installed the platform yet, start with the [Install guide](/docs/help/install) and come back here once you can log in.

---

## Signing In

Your platform has one login screen, served by your own CMS. As the operator (the person who bought and runs the platform), you sign in with the super-admin account you created during setup and land in the operator portal, where every client site is listed.

Invited clients use the same login screen (it carries your branding) but land scoped to their own site only. If you are a client reading this, the short [Client Guide](/docs/help/client-guide) is written for you.

---

## The Operator Portal

The operator home lists every site on your platform, with a preview thumbnail and deploy status for each. The operator sidebar gives you platform-wide surfaces:

<DocShot src="/sites-docs-screens/operator-dashboard.webp" alt="The operator dashboard listing every client site with page, post, and view counts" />

| Area | What It Does |
|------|-------------|
| **Sites** | Every client site (tenant) on the platform. Open one to work on it, or create a new site |
| **Billing** | Cross-site view of tenant subscriptions and payment status ([Billing guide](/docs/help/billing)) |
| **Metrics** | Traffic and engagement rolled up across your sites |
| **Activity** | Recent changes across the platform - who edited what, and when |
| **Backups** | Backup surface for platform data ([Backups guide](/docs/help/backups)) |
| **Migrations** | The triage board for site ports - review pages a migration produced ([Port a Site](/docs/help/port-a-site)) |
| **Page Builds** | Batch page-build jobs and their review queue |
| **Users** | Create and manage logins, roles, and per-site access ([Users & Roles](/docs/help/users-roles)) |
| **Setup** | The readiness check - shows what is configured and what is missing |

## The Per-Site Dashboard

Open any site from the Sites list and you get that site's own dashboard. Its sidebar:

| Tab | What It Does |
|-----|-------------|
| **Dashboard** | The site's overview - pages, recent activity, deploy status |
| **Analytics** | First-party click, scroll, and attention maps plus campaign views ([Analytics](/docs/help/analytics)) |
| **Pages** | Create and edit the site's pages; open any page in the visual builder ([Pages](/docs/help/pages)) |
| **Blog Posts** | The site's blog - posts, categories, tags, authors ([Blog](/docs/help/blog)) |
| **Locations** | Business locations that power maps and local-business blocks |
| **Redirects** | 301/302 redirects served by the published site |
| **404 Monitor** | URLs visitors hit that do not exist, with a one-click redirect fix |
| **Tracking** | Third-party tracking scripts (for example GA4) injected on the published site |
| **A/B Tests** | Experimental traffic-split testing (off by default) |
| **Export / Import** | Move the site's content in or out |
| **Technical** | Sitemap, robots, page templates, home page selector, link health ([Technical](/docs/help/technical)) |
| **Settings** | The site's identity, brand colors, fonts, navigation, SEO schema ([Site Settings](/docs/help/site-settings)) |
| **Billing** | This tenant's subscription: subscribe, manage, enforcement ([Billing](/docs/help/billing)) |

The **Edit** button on any page opens the [visual builder](/docs/help/builder-basics), where the actual page layout happens.

---

## Key Concepts

**One platform, many sites.** Each client website is a **tenant**: its own pages, blog, media, settings, and domain, all managed from your single login. Clients you invite see only their own tenant. See [Core Concepts](/docs/concepts) for the full mental model.

**Pages are built from Sections, Rows, Columns, and Elements.** A page is a stack of full-width Sections; each Section holds Rows; Rows hold Columns; Columns hold Elements (headings, text, images, buttons, grids, and the rest). The builder enforces this hierarchy so every page stays clean and portable.

**Publish is not Deploy.** This is the number one thing to internalize. Saving and publishing content updates your CMS database. The live website only changes when you **deploy** the site, which rebuilds it as static files and pushes them to hosting. Deploys are always manual: you click the Deploy button when you are ready. Nothing you publish goes live by itself. See [Preview, Publish, Deploy](/docs/help/preview-publish).

**Static output.** Deployed sites are fast, self-contained static pages served from Cloudflare Pages, one hosting project per client, each with its own custom domain. See [Hosting & Domains](/docs/help/hosting-domains).

---

## Recommended First Steps

1. **Run the readiness check.** Open **Setup** in the operator sidebar (or run the doctor from a terminal) and clear anything it flags. [Provisioning](/docs/help/provisioning) explains each item.
2. **Create your first site.** Sites list, then **Create new site**. Give it a name and slug. [Managing Sites](/docs/help/tenants) covers the details.
3. **Set the brand.** Open the site's **Settings** tab and fill in identity, colors, fonts, and business details before building pages. [Site Settings](/docs/help/site-settings) explains why this comes first.
4. **Build or port.** Lay out pages in the [visual builder](/docs/help/builder-basics), or [port an existing site](/docs/help/port-a-site) and finish it in the builder.
5. **Preview, publish, deploy.** Check the live preview, publish your pages, then click **Deploy** to put the site on the internet. [Deploying a Site](/docs/help/deploying) walks through it.
6. **Invite the client.** Create their login with a role that fits how much they should touch. [Users & Roles](/docs/help/users-roles).

---

## Where to Go Next

- [Install](/docs/help/install) and [Provisioning](/docs/help/provisioning) if the platform is not live yet
- [Builder Basics](/docs/help/builder-basics) to learn the editor
- [Element Reference](/docs/help/element-reference) for every block you can place
- [Troubleshooting](/docs/help/troubleshooting) when something misbehaves

---
Source: https://seedlysites.com/docs/help
