# Quickstart

To start fetching live data, follow these three steps:

1. Generate Credentials: Log in to the [Gemified Advertiser Dashboard](https://www.google.com/search?q=https://advertiser.gemified.io) to retrieve your Advertiser ID and API Key.
2. Choose Your Endpoint: Decide if you need a "Broad" market overview or "Event-Specific" data.
3. Make a Request: Use your API Key in the request header to fetch the latest odds and promo codes.


---

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