portal login 1.md

Create a Spice app

Once signed in with GitHub, 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. 5. Executing the show tables SQL query will show the default datasets available for the app.

🎉 Congrats, you've created your first Spice app!

Continue to Step. 3 to add a dataset and query it.

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.spice.ai/getting-started/get-started/portal-login-1.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.