# Web app overview (/guides/dashboard)



This page explains what you find where in the web app at
[clouds.alternatefutures.ai](https://clouds.alternatefutures.ai). It is the same
platform the `acc` CLI and the SDK drive, so anything you create here shows up
there and the other way round.

## Organizations first [#organizations-first]

The web app always shows one organization at a time. Use the switcher at the
top of the sidebar to move between your personal organization and any teams
you belong to. Billing, members, and settings belong to the organization; see
[Accounts, organizations, and projects](/guides/account-model).

## The sidebar [#the-sidebar]

| Page            | What it shows                                                                                                        | Who sees it       |
| --------------- | -------------------------------------------------------------------------------------------------------------------- | ----------------- |
| **Overview**    | Running services and current spend at a glance.                                                                      | Everyone          |
| **Projects**    | Your projects and the services inside each one. Create a project here.                                               | Everyone          |
| **Deployments** | Every deployment across the organization, with live progress while one is coming up.                                 | Everyone          |
| **Members**     | Who belongs to the organization, their role, and which projects a member can access. Invitations are sent from here. | Owners and admins |
| **Billing**     | Usage, payments, invoices, plans, and the credits wallet.                                                            | Owners and admins |
| **Settings**    | Organization name and details.                                                                                       | Owners and admins |

## Deploy [#deploy]

**Deploy** is where a new service starts. Choose a template from the catalog
(AI agents, databases, inference servers, and more), or bring a Docker image.
The form asks for the same things the CLI asks for: project, region, resources,
required environment variables, and a spend control. Multi-service templates
can only be deployed from the web app.

## A service's page [#a-services-page]

Open a service from its project to see its status, public URL, logs, and
environment variables, and to redeploy or close it.

## Account settings [#account-settings]

Your own account, separate from any organization: the sign-in methods linked
to it (email, wallet, phone), and your profile. Add a verified email here to
collect the signup credit if you signed up with a wallet.

<Callout type="info" title="Early access">
  Custom domains and token management pages are not shown in the web app yet.
  Manage tokens with `acc pat`. Custom domains for services are not available;
  the guide for the retired sites flow is [archived](/legacy/custom-domains).
</Callout>

## Next steps [#next-steps]

* [Quick start](/guides/quickstart)
* [Accounts, organizations, and projects](/guides/account-model)
* [Manage billing and credits](/guides/billing)
