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

# First steps

LocalOps is a cloud native Internal Developer Platform (IDP) that helps developers offer their code as SaaS, BYOC (Bring
your own cloud), On-Prem, Self-hosted versions in just a few minutes on *AWS, Google cloud, Azure and any on-prem*
environment.

No need to write Dockerfiles, Kubernetes helm charts or Terraform/Pulumi scripts.

<div style={{ position: 'relative', paddingBottom: '66.58%', height: 0 }}>
  <iframe src="https://www.loom.com/embed/e2e393d3aa714d3d8d8a084f62e2653e" frameBorder="0" allowFullScreen style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: '100%' }} />
</div>

In less than 30 minutes, provision production grade environments on your cloud account or any cloud account, that comes
with

* Pre-configured CI/CD pipeline
* Fully integrated observability suite
* Auto-scaling
* Auto-healing
* Keyless access to cloud resources and everything else.

You can simply connect your Github repo and start pushing code to deploy.

<Tip>
  [Schedule a 30-min product demo](https://go.localops.co/tour). Our engineers will assist you in getting started.
</Tip>

<Info>
  Before you begin, <a href="https://console.localops.co/signup">create a new account</a> in LocalOps and complete
  onboarding. This will take just 2 mins to complete.
</Info>

This guide provides user manuals, tutorials and concepts to educate your developer teams to start using LocalOps.

Here are some first steps:

<Steps>
  <Step title="Connect GitHub repository" icon="code">
    Connect your github account and repos to start deploying on every git-push. [Connect github
    now](/accounts/connect-github)
  </Step>

  <Step title="Connect your cloud account" icon="cloud">
    Next step is to connect your cloud account (say AWS). [Connect cloud account](/accounts/aws)
  </Step>

  <Step title="Launch new environment" icon="container-storage">
    Spin up a new environment (say test, staging, production etc.,). [Create new environment](/environment/create)
  </Step>

  <Step title="Create a new service" icon="server">
    Create a new service within the environment, and configure a branch for auto-deployment. [Create new
    service](/environment/services/create)
  </Step>

  <Step title="Deploy" icon="rocket">
    Once everything is configured, push new commits the configured branch to see automatic deployments triggered. [Learn
    more](/environment/services/deploy).
  </Step>
</Steps>

### Get support

Please write to [support@localops.co](mailto:support@localops.co) in case you have questions.
