# Getting Started

### 🏃 Getting Started

In order to get started with Polyflow, you need to:&#x20;

1. Create your account & API key on our [Console Portal](https://app.polyflow.dev)
2. Integrate the SDK into your Web3 app

This entire process takes just a few minutes.

### 🔑 Creating your API Key

1. Go to [Pricing](https://polyflow.dev/pricing), choose your tier & start your free trial.
2. Create your Polyflow account.
3. Once in the **Polyflow Console***,* you will be prompted to create your first test project.&#x20;
4. Once you have created your test project, go to the **SDK** tab on the top and click the **Create** button

<figure><img src="/files/8iQK6T7Vlqd2GunAOv0B" alt=""><figcaption><p>API Key Creation Screen</p></figcaption></figure>

You should have your API Key ready. Copy it!

### 💻 Add SDK to Your Web3 App

You will have a tracking code ready for your app in the SDK tab! Paste it into the header of your app HTML!


---

# 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.polyflow.dev/polyflow/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.
