# Developer Platform

<h2 align="center">Developer platform template</h2>

<p align="center">Welcome to your team’s new developer platform</p>

<p align="center"></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch">:rocket-launch:</i></h4></td><td><strong>Easy start</strong></td><td>Get started with the platform in 5 minutes.</td><td><a href="https://app.gitbook.com/o/09mr2yaLr3Bgfg8wJUf9/s/JAp81r46gVKC8H2ZGKoD/">Documentation</a></td><td><a href="https://content.gitbook.com/content/jR0iOENLJdBY3TK0PyEC/blobs/CJafe2pcyKlPSpHfE8Pu/no-code.jpg">no-code.jpg</a></td></tr><tr><td><h4><i class="fa-book-open">:book-open:</i></h4></td><td><strong>Documentation</strong></td><td>Read guides, watch tutorials, and learn more about working</td><td><a href="https://app.gitbook.com/o/09mr2yaLr3Bgfg8wJUf9/s/JAp81r46gVKC8H2ZGKoD/">Documentation</a></td><td><a href="https://content.gitbook.com/content/jR0iOENLJdBY3TK0PyEC/blobs/1Gz0vfLAV1LtJlMGoPsp/hosted.jpg">hosted.jpg</a></td></tr><tr><td><h4><i class="fa-terminal">:terminal:</i></h4></td><td><strong>API reference</strong></td><td>Browse, test, and implement APIs.</td><td><a href="https://app.gitbook.com/o/09mr2yaLr3Bgfg8wJUf9/s/bcS5LPqs2Rw11wMcQI0X/">API Reference</a></td><td><a href="https://content.gitbook.com/content/jR0iOENLJdBY3TK0PyEC/blobs/WGMCE0FqivfNwIFyQKcH/api-reference.jpg">api-reference.jpg</a></td></tr></tbody></table>

{% columns %}
{% column %}

### Get started

Setting up your first API call should be the easiest part of getting started. With clear endpoints, copy-paste-ready examples, and quick authentication, you’ll be up and running in minutes—not hours.

No guesswork, no complexity—just your first successful call, fast.

<a href="https://app.gitbook.com/o/09mr2yaLr3Bgfg8wJUf9/s/JAp81r46gVKC8H2ZGKoD/" class="button primary" data-icon="rocket-launch">Get started</a> <a href="https://app.gitbook.com/o/09mr2yaLr3Bgfg8wJUf9/s/bcS5LPqs2Rw11wMcQI0X/" class="button secondary" data-icon="terminal">API reference</a>
{% endcolumn %}

{% column %}
{% code title="index.js" overflow="wrap" %}

```javascript
// Add some code to create Payment Request

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

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

{% column %}

### 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="broken-reference" class="button primary" data-icon="terminal">API reference</a> <a href="https://app.gitbook.com/o/09mr2yaLr3Bgfg8wJUf9/s/JAp81r46gVKC8H2ZGKoD/" class="button secondary" data-icon="book">Documentation</a>
{% endcolumn %}
{% endcolumns %}


---

# 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://v2-wl-documentation.gitbook.io/v2-wl-documentation/home/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.
