# Introduction

## Base URL

```
https://api.pickalloy.com
```

## Quick Start

{% stepper %}
{% step %}

### Get your API key

Get your API key from the Alloy dashboard: <https://www.pickalloy.com/dashboard/account-settings/profile>
{% endstep %}

{% step %}

### Authenticate your requests

Authenticate your requests using the Bearer token: [Authentication](/alloy-docs/authentication.md)
{% endstep %}

{% step %}

### Upload your dataset

Upload your dataset to generate a dashboard: [Generate Dashboard](/alloy-docs/generate-dashboard.md)
{% endstep %}

{% step %}

### Check generation status or set up notifications

Check generation status: [Generation Status](/alloy-docs/generate-dashboard.md)\
Set up webhooks for notifications: [Generation Status](/alloy-docs/generate-dashboard.md)
{% endstep %}
{% endstepper %}


---

# 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://pickalloy.gitbook.io/alloy-docs/introduction.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.
