# Getting Started

- [Welcome to Spice.ai Cloud](https://docs.spice.ai/docs/getting-started/readme.md): Welcome to the Spice.ai Cloud Platform documentation!
- [Getting Started](https://docs.spice.ai/docs/getting-started/get-started.md): Get started with the Spice.ai Cloud Platform in 5 mins.
- [Sign in with GitHub](https://docs.spice.ai/docs/getting-started/get-started/portal-login.md): Sign in to the Portal with GitHub
- [Create a Spice app](https://docs.spice.ai/docs/getting-started/get-started/portal-login-1.md): Create your first Spice app
- [Add a Dataset and query data](https://docs.spice.ai/docs/getting-started/get-started/step-2-add-dataset-and-query-data.md): Add a dataset and query it using SQL Query in the Playground
- [Add AI Model and chat with your data](https://docs.spice.ai/docs/getting-started/get-started/step-3-add-ai-model-and-chat-with-your-app.md): Add an OpenAI model and chat with the NYC Taxi Trips dataset
- [Next Steps](https://docs.spice.ai/docs/getting-started/get-started/next-steps.md)


---

# 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/docs/getting-started.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.
