# Create a Spice app

Once [signed in with GitHub](/getting-started/get-started/portal-login.md), you will be redirected to the **new application page.** Set a name, add a model provider, and optionally select one of ready to use datasets.

1. Enter a name for the application.
2. Select region.
3. Click **Create application**.

   It will take up to 30 seconds to create and provision a dedicated Spice.ai instance for the application.
4. Once the application instance is deployed and ready, you will be redirected to the [Playground](https://github.com/spicehq/docs/blob/trunk/cloud/portal/playground/README.md).
5. Executing the `show tables` SQL query will show the default datasets available for the app.

🎉 **Congrats, you've created your first** [**Spice app**](https://github.com/spicehq/docs/blob/trunk/cloud/portal/apps/README.md)**!**

Continue to [Step. 3 to add a dataset and query it](/getting-started/get-started/step-2-add-dataset-and-query-data.md).

{% hint style="info" %}
Need help? Ask a question, raise issues, and provide feedback to the Spice AI team on [Slack](https://spiceai.org/slack).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.spice.ai/getting-started/get-started/portal-login-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
