# After you deploy

Your deploy just landed. Here's where to check that everything is healthy, and how to make your next change with confidence.

## Where to look

The dashboard is the fastest way to confirm your deploy landed and everything is running. From there, your service page is home base. Logs, deploy history, settings, and your next deploy all live in one place. Secrets and databases live on the project page, where every service in the project can use them.

## What you see depends on the type

- **Web app.** Your live URL, deploy history, and runtime state.
- **Scheduled job.** The schedule, the next run time, a **Run Now** button, and the output of every run.
- **Webhook.** Your webhook URL and a request log, so you can watch events arrive.
- **Background worker.** Live logs streaming straight from your process.

## Making your next change

If you pasted your code, edit it in the **Code** tab and deploy the changes from right there. If you deploy from git or GitHub, just push again and Tokay prepares the update.

When something breaks, Tokay diagnoses the failure in plain English. If the diagnosis has a clear fix, we propose the code change as a diff. If you pasted your code, apply the fix with one click. If it lives in git, copy the change and commit it yourself.

- [Read Logs and debugging in the docs](/docs/logs-and-debugging)
- [Read Deploys and rollback in the docs](/docs/deploys-and-rollback)
