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

# Quickstart

A quickstart guide for new AirCloud users. In AirCloud, you first create an Organization and Project, then start your AI workload using either Air API or Air Container.

## Before you start

Before using AirCloud, complete sign-up and onboarding.

### 1. Select Get Started and choose a service

On the AirCloud homepage, click **Get Started**. In the service selection step, you can choose either **Run AI workloads** or **Provide resources**.

<img src="https://mintcdn.com/aieev-723717ca/lD7Vunfpj-y2OTxJ/docs/images/quickstart/quickstart-03.png?fit=max&auto=format&n=lD7Vunfpj-y2OTxJ&q=85&s=66ccce59791ee8858780a2c7c4fd4759" alt="Get Started and service selection" width="1291" height="1015" data-path="docs/images/quickstart/quickstart-03.png" />

* If you want to use the cloud, select **Go to User Dashboard** to move to the cloud console.
* If you want to register resources as an AirCloud provider, **Join the Waitlist** and we will contact you in order.
* If you want to try Air API, you can browse available models in the **AI Model** tab.

<Info>
  Models available via Air API will be continuously updated. See [Supported Models](https://docs.aieev.com/models/) for the latest information.
</Info>

### 2. Sign up and sign in

You can sign up using email or social login.

<img src="https://mintcdn.com/aieev-723717ca/cmScYG9ndQf3b4fG/images/login-kor.png?fit=max&auto=format&n=cmScYG9ndQf3b4fG&q=85&s=4453582b574baecdfe13b8efc7042baf" alt="Login Kor" width="1598" height="1082" data-path="images/login-kor.png" />

The currently supported sign-up methods are:

* Email
* GitHub

If you have issues signing up or logging in, request help via [**Contact Support**.](https://www.aieev.com/contact)

### 3. Complete onboarding

AirCloud onboarding consists of the following three steps:

1. **Create an Organization** An Organization name can represent a company, lab, or project. You can also add collaborators to an Organization. <img src="https://mintcdn.com/aieev-723717ca/lD7Vunfpj-y2OTxJ/docs/images/quickstart/quickstart-05.png?fit=max&auto=format&n=lD7Vunfpj-y2OTxJ&q=85&s=aae99dcb95df6fc402e9ee7fa3b55b8b" alt="Onboarding - Create organization" width="1426" height="1242" data-path="docs/images/quickstart/quickstart-05.png" />
   <Note>
     **Once you create or join an organization, you cannot be invited to another organization.** If you need to change your organization, please [contact us](https://www.aieev.com/contact).
   </Note>
2. **Create a Project** A Project can represent a service you are building or a development effort. You can create multiple endpoints within a single Project. <img src="https://mintcdn.com/aieev-723717ca/lD7Vunfpj-y2OTxJ/docs/images/quickstart/quickstart-08.png?fit=max&auto=format&n=lD7Vunfpj-y2OTxJ&q=85&s=ce9aaf5257a974dc7f284d5ed0098394" alt="Create a project" width="733" height="677" data-path="docs/images/quickstart/quickstart-08.png" />
3. **Add credit** *(optional)* After completing onboarding, go to the console to follow the first-time guide and start using the service. <img src="https://mintcdn.com/aieev-723717ca/lD7Vunfpj-y2OTxJ/docs/images/quickstart/quickstart-07.png?fit=max&auto=format&n=lD7Vunfpj-y2OTxJ&q=85&s=8dbf586613d86a8141c5900c4c757979" alt="Add credit" width="714" height="754" data-path="docs/images/quickstart/quickstart-07.png" />

## Choose your starting path

You can start with either of the following options:

<Columns cols={2}>
  <Card title="Air API" icon="sparkles" href="/docs/air-api/index" cta="Start with APIs" arrow="true">
    Create an API workload in your Project, select a supported model, issue an API key, and test immediately. You can also test directly in the Playground.
  </Card>

  <Card title="Air Container" icon="box" href="docs/air-container/deploy-a-container" cta="Deploy a container" arrow="true">
    Deploy your own container image and configure resources and autoscaling to build a production-ready environment.
  </Card>
</Columns>
