# Getting Started

### Sign in to the Portal with GitHub

{% content-ref url="/pages/IOk6BypIiZUNqOa8AHix" %}
[Sign in with GitHub](/docs/getting-started/get-started/portal-login.md)
{% endcontent-ref %}

### Create a Spice app

{% content-ref url="/pages/IwJ2SkShiiYYgQdnl93x" %}
[Create a Spice app](/docs/getting-started/get-started/portal-login-1.md)
{% endcontent-ref %}

### Add a dataset and query it

{% content-ref url="/pages/934ZZyLRcw6yIayAZYuf" %}
[Add a Dataset and query data](/docs/getting-started/get-started/step-2-add-dataset-and-query-data.md)
{% endcontent-ref %}

### Add an AI Model and chat with it

{% content-ref url="/pages/lGakJHbeYd4CIAqzHnic" %}
[Add AI Model and chat with your data](/docs/getting-started/get-started/step-3-add-ai-model-and-chat-with-your-app.md)
{% endcontent-ref %}


---

# 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/get-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.
