# Onboarding

To join our network of publishers and access our unique integration stack, follow the onboarding flow:

#### Step 1: Account Setup

Visit [publisher.gemified.io](https://publisher.gemified.io) and fill out the "Welcome to Gemified" form with your company details, legal entity, and communication source (e.g., Telegram handle).

#### Step 2: Retrieve API Credentials

1. Navigate to the Publisher Details section in your dashboard.
2. Click on the API tab.
3. Click Generate API Key.
4. Copy your Advertiser ID and your new API Key. *Keep these secure as they grant access to your account data.*

#### Step 3: Integration

Use these credentials as headers (`x-advertiser-id` and `x-api-key`) in your GET requests to populate your widgets with real-time operator data and sign-up promos.


---

# 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.gemified.net/for-advertisers/editor.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.
