> For the complete documentation index, see [llms.txt](https://docs.brainboard.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.brainboard.co/getting-started/fast-track.md).

# Fast track

### 1. Create an account

Register [here](https://app.brainboard.co/register) to create your account. You can sign up with your Google or Microsoft login.

### 2. Create a new architecture

* Click on the <mark style="color:$primary;">**`New architecture`**</mark> button in the top left part.
* Select <mark style="color:$primary;">**`From scratch`**</mark> option.

<figure><img src="/files/6IObBdjkye03RnrMKPbQ" alt=""><figcaption></figcaption></figure>

### 3. Add cloud resources

Drag and drop cloud resources from the ***left bar*** to the design area to build your architecture. Customize the cloud configuration of the resources

#### Azure

<figure><img src="/files/BHd4qWMbV8EmFY3o3SEn" alt=""><figcaption></figcaption></figure>

#### AWS

<figure><img src="/files/kQCLSNKbJehgCVz9pxZm" alt=""><figcaption></figcaption></figure>

### 4. Inspect the auto-generated Terraform code

See the auto-generated **Terraform** code in the right pane.

Code for Azure & AWS resources:

<div><figure><img src="/files/d1dC09DylvHe0EU9i27X" alt=""><figcaption></figcaption></figure> <figure><img src="/files/c2LjM75u3gLh8X2cHkNN" alt=""><figcaption></figcaption></figure></div>

Please refer to the support providers page to have the complete list of all supported cloud providers.

### 5. Add your cloud credentials

If you want to deploy your architecture, add your preferred cloud provider credentials [here](https://app.brainboard.co/settings/integrations/cloud-providers).

<figure><img src="/files/WO5qQ9DcFYilAT66jx2r" alt=""><figcaption><p>Cloud credentials</p></figcaption></figure>

Example for **Azure** credentials.

<figure><img src="/files/HneUaVyuGg9a6Yk1Anub" alt=""><figcaption></figcaption></figure>

### 6. Trigger a plan

After adding your cloud credentials, you can trigger the **Terraform / OpenTofu** plan directly from the design area and get the output in real time.

<figure><img src="/files/AP337iPVQ8Dxza1FmbfS" alt=""><figcaption></figcaption></figure>

#### Execution output

The output of the plan execution becomes available in the <mark style="color:$primary;">**`Deployment`**</mark> tab in the right panel.&#x20;

<figure><img src="/files/0HzKBAbtDkKXvC0YxzTz" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.brainboard.co/getting-started/fast-track.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
