# Quickstart

### Get Started

Follow these steps to begin

{% stepper %}
{% step %}

#### Generate your API key

You can generate and manage your key directly from your [User Dashboard](https://app.lupaupscaler.com/profile) **(**&#x79;ou must be subscribed to the BUSINESS plan)
{% endstep %}

{% step %}

#### Explore documentation

Dive into our comprehensive [APIs ENDPOINT](https://lupa-ai-documentation.gitbook.io/lupa-ai-documentation/lupa-ai-developers/apis-endpoints) to learn how to integrate our API into your projects effectively.
{% endstep %}

{% step %}

#### Start Building

Start experimenting with our API to access and utilize the vast collection of resources available.
{% endstep %}

{% step %}

#### Reach out for support

Need assistance or have questions? Contact our dedicated support team via our [support page](https://lupa-ai-documentation.gitbook.io/lupa-ai-documentation/contact-help/contact-information) for prompt assistance.
{% 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://lupaupscaler.gitbook.io/lupaupscaler-docs/api/getting-started/quickstart.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.
