# Welcome

Welcome to the twosided documentation. In this space, you'll learn how to integrate twosided with your own marketplace, as well as some useful tidbits about using twosided.

### Start your API integration

First, you should grab your API key from the dashboard. With that in hand, jump to the next chapter to start your API integration.

{% content-ref url="api-reference" %}
[api-reference](https://docs.twosided.io/api-reference)
{% endcontent-ref %}

### Setting up Stripe Integrations

Attached are any helpful tips that can make your Stripe integration complete or achieve the next level.

{% content-ref url="setting-up-your-stripe-api-key" %}
[setting-up-your-stripe-api-key](https://docs.twosided.io/setting-up-your-stripe-api-key)
{% endcontent-ref %}


---

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