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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.firebolt.io/feedback

```json
{
  "path": "/guides/getting-started/get-started-load-data-wizard",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Get started using a wizard

The **Load data** wizard guides you through creating a database and engine, and loading data from an Amazon S3 bucket. You can specify basic configurations, including what character to use as a file delimiter, which columns to import and their schema. After loading your data, continue working in the **Develop Space** to run and optimize a query, and export to an external table, as shown in the following diagram:

<img src="https://mintcdn.com/firebolt/9sNth3Ot9OA4_h_K/assets/images/get_started_wizard_workflow.png?fit=max&auto=format&n=9sNth3Ot9OA4_h_K&q=85&s=392f53e9b4dc197d5ef4c58dbc02320d" alt="A simple workflow using the load data wizard starts with registering, using the wizard, running a query, optimizing your workflow, and cleaning up. " width="700" data-path="assets/images/get_started_wizard_workflow.png" />

## Register with Firebolt

<img src="https://mintcdn.com/firebolt/9sNth3Ot9OA4_h_K/assets/images/get_started_wizard_register.png?fit=max&auto=format&n=9sNth3Ot9OA4_h_K&q=85&s=08f8151814a3866297f81134715bfbae" alt="The first step in getting started is to register with Firebolt." width="700" data-path="assets/images/get_started_wizard_register.png" />

Use the following steps to register with Firebolt:

<br />

1. [Sign up](https://go.firebolt.io/signup) on Firebolt's registration page. Fill in your email, name, choose a password, and select **Get Started**.

2. Firebolt will send a confirmation to the address that you provided. To complete your registration, select **Verify** in the email to take you to Firebolt’s [login page](https://go.firebolt.io/login).

3. Type in your email and password and select **Log In**.

<Note>
  New accounts receive credits (\$200) to get started exploring Firebolt’s capabilities. Credits must be used within 30 days of account creation.
</Note>

Firebolt’s billing is based on engine runtime, measured in seconds. AWS S3 storage costs are passed through at rates that vary by region. Your cost depends primarily on which engines you use and how long those engines are running.

You can view your total cost in FBU up to the latest second and in \$USD up to the latest day. For more information, see the following **Create a Database** section. For more information about costs, see [Fully-managed pricing model](/overview/billing#fully-managed-pricing-model). If you need to buy additional credits, connect Firebolt with your AWS Marketplace account. For more information about AWS Marketplace, see the following section: [Registering through AWS Marketplace section](/guides/getting-started/get-started-next#register-through-the-aws-marketplace).

## Use the Load data wizard

<img src="https://mintcdn.com/firebolt/9sNth3Ot9OA4_h_K/assets/images/get_started_wizard_wizard.png?fit=max&auto=format&n=9sNth3Ot9OA4_h_K&q=85&s=26c49aeb727b38c58f3838135c9f2756" alt="After registering, use the load data wizard to create a database, engine, and load data." width="700" data-path="assets/images/get_started_wizard_wizard.png" />

<br />

You can use the **Load data** wizard to load data in either CSV or Parquet form.

To start the **Load data** wizard, select the plus (**+**) icon in the **Develop Space** next to **Databases** in the left navigation pane and select **Load data**. The wizard will guide you through creating a database, an engine, and loading data. See [Load data using a wizard](/guides/loading-data/loading-data-wizard#load-data-using-a-wizard) for detailed information about the workflow and the available options in the wizard.

Even though the **Load data** wizard creates a database and engine for you, the [**Create a Database**](/guides/getting-started/get-started-sql#create-a-database) and [**Create an Engine**](/guides/getting-started/get-started-sql#create-an-engine) sections in the [Use SQL to load data](/guides/getting-started/get-started-sql) guide contain useful information about billing for engine runtime and schema.

To use the **Load data** wizard, select the plus (**+**) icon. For detailed information about how to use the **Load data** wizard, see the [Load data](/guides/loading-data) guide.

## Run query, optimize, clean up, and export

<img src="https://mintcdn.com/firebolt/2dZYiQcds9pQFLHr/assets/images/get_started_wizard_next.png?fit=max&auto=format&n=2dZYiQcds9pQFLHr&q=85&s=c9120daf7fff4a82acd89eddc89f50e3" alt="After using the load data wizard, a simple workflow continues with running a query, optimization, cleaning up, and optionally exporting a dataset." width="700" data-path="assets/images/get_started_wizard_next.png" />

<br />

After you have loaded your data in the wizard, the rest of the steps in getting started are the same as if you ran your workflow in SQL. You can use either the **Develop Space** in the **Firebolt Workspace** to enter SQL, or use the [Firebolt API](/guides/developing-with-firebolt/using-the-api).

* For information about how to get started running a query, see [Run query](/guides/getting-started/get-started-sql#run-query).

* For information about how to get started optimizing your workflow, see [Optimize your workflow](/guides/getting-started/get-started-sql#optimize-your-workflow).

* For information about how to get started cleaning up resources and data, see [Clean up resources](/guides/getting-started/get-started-sql#clean-up).

* For information on how to export your data, see [Export data](/guides/getting-started/get-started-sql#export-data).

## Next steps

To continue learning about Firebolt's architecture, capabilities, using Firebolt after your trial period, and setting up your organization, see [Resources beyond getting started](/guides/getting-started/get-started-next).
