# This site is under maintenance

<button type="button" class="button primary" data-action="ask" data-icon="gitbook-assistant">Ask a question...</button>

<button type="button" class="button secondary" data-action="ask" data-query="How do I get started?" data-icon="rocket-launch">Get started</button><button type="button" class="button secondary" data-action="ask" data-query="How do I authenticate with the developer platform?" data-icon="key">Authenticate</button><button type="button" class="button secondary" data-action="ask" data-query="How do I integrate with my stack?" data-icon="code">Integrate</button><button type="button" class="button secondary" data-action="ask" data-query="How do I contribute?" data-icon="code-pull-request">Contribute</button>

&#x20;

&#x20;

&#x20;

{% stepper %}
{% step %}

#### Create your API key

Set up your account, then generate an API key for local testing and your first integration.

<a href="http://app.gitbook.com/join" class="button primary">Sign up</a><a href="http://app.gitbook.com/join" class="button secondary">Log in</a>
{% endstep %}

{% step %}

#### Make your first request

Pick a language below, replace `YOUR_API_KEY`, and run.
{% endstep %}

{% step %}

#### Parse the response

If the request succeeds, you should get a response like this:
{% endstep %}
{% endstepper %}

&#x20;

&#x20;

{% columns %}
{% column width="50%" %}

<figure><img src="https://gitbookio.github.io/onboarding-template-images/placeholder.png" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="50%" valign="middle" %}

## Learn more about the developer platform

Read guides, watch tutorials, and learn more about working with the developer platform and integrating it with your own stack.

<a href="/spaces/rBHPLaxmpwZv1eMYtJSj" class="button primary" data-icon="book-open">Guides</a> <a href="/spaces/yE16Xb3IemPxJWydtPOj" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}

&#x20;

&#x20;

<p align="center">Join our Discord community or create your first PR in just a few steps.</p>

&#x20;


---

# 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://sparkdevnetwork.gitbook.io/sparkdevnetwork-docs/readme.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.
