# Welcome to the Onside API

Welcome, developer! The Onside API provides programmatic access to manage your apps, automate workflows, and integrate Onside Console features directly into your own tools.

Whether you want to automate new app submissions, sync analytics data with your internal dashboards, or manage your app listings from your CI/CD pipeline, our REST API is here to help.

***

### Exploring the API

Our API is organized into logical sections based on functionality.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Transactions Reporting API</strong></td><td>Use your payment gateway and tell us about your transactions.</td><td><a href="transactions-reporting-api">transactions-reporting-api</a></td></tr><tr><td><strong>App Management API</strong></td><td>Coming Soon!</td><td></td></tr><tr><td><strong>Analytics API</strong></td><td>Coming Soon!</td><td></td></tr></tbody></table>

***


---

# 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.onside.io/api/welcome-to-the-onside-api.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.
