> For the complete documentation index, see [llms.txt](https://docs.tebex.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tebex.io/developers/welcome.md).

# Welcome

Welcome to the Tebex developer documentation. If you're new, start with our [quick start guide](/developers/getting-started.md) or explore one of our products below. If you need assistance during the integration process, don’t hesitate to [reach out](https://www.tebex.io/support-creator) - we’re here to help.&#x20;

<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><strong>Webstore Builder</strong></td><td>Create custom store designs that perfectly align with your brand identity.</td><td></td><td><a href="/pages/VmzERhLKRXqKzW96GGQt">/pages/VmzERhLKRXqKzW96GGQt</a></td><td><a href="/files/JRPFcp8QPD9pUuKGiNyG">/files/JRPFcp8QPD9pUuKGiNyG</a></td></tr><tr><td><strong>Headless API</strong></td><td>Seamlessly integrate Tebex into your own website or directly within your game.</td><td></td><td><a href="/pages/SsdejuBFgmGS3U55R4K4">/pages/SsdejuBFgmGS3U55R4K4</a></td><td><a href="/files/sksh3aAqhCBmhP8e9Mbw">/files/sksh3aAqhCBmhP8e9Mbw</a></td></tr><tr><td><strong>Checkout API</strong></td><td>Create sophisticated and customized checkout experiences.</td><td></td><td><a href="/pages/uxywFwu7muf17MAbdoex">/pages/uxywFwu7muf17MAbdoex</a></td><td><a href="/files/5lVRif6m4UptNaXRuOYs">/files/5lVRif6m4UptNaXRuOYs</a></td></tr><tr><td><strong>Tebex.js</strong></td><td>A checkout experience that aligns with your brand, all without leaving your website.</td><td></td><td><a href="/pages/4lAE3PhEdS3cbIi74pm4">/pages/4lAE3PhEdS3cbIi74pm4</a></td><td><a href="/files/ZmHU6P3ScpDPXJS6KkMn">/files/ZmHU6P3ScpDPXJS6KkMn</a></td></tr><tr><td><strong>Webhooks</strong></td><td>Receive real-time notifications of payments to facilitate automatic product delivery.</td><td></td><td><a href="/pages/mKvi62DSu6jfZB6AsLdf">/pages/mKvi62DSu6jfZB6AsLdf</a></td><td><a href="/files/dS3iMVePwwyqQW7RA2Vu">/files/dS3iMVePwwyqQW7RA2Vu</a></td></tr><tr><td><strong>Game Server API</strong></td><td>Integrate automatic product delivery into your game server using our API or official plugins.</td><td></td><td><a href="/pages/XX9eaQtzAI0wyJtUcKvt">/pages/XX9eaQtzAI0wyJtUcKvt</a></td><td><a href="/files/ep3NcB0QYGkmGuvjjQHt">/files/ep3NcB0QYGkmGuvjjQHt</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tebex.io/developers/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
