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

# Welcome

Welcome to the Tuum developer documentation. This is your go-to resource for seamlessly integrating and using [Tuum's services](#about-tuum).

Our developer documentation has three main sections:

<table data-view="cards"><thead><tr><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>Begin your journey with the discovery of Tuum product features and their API capabilities. </td><td><a href="/spaces/Cbb2x8c9mBBOgFGIBniH/pages/utAWza7PW9QIWuegeYfg">/spaces/Cbb2x8c9mBBOgFGIBniH/pages/utAWza7PW9QIWuegeYfg</a></td><td><a href="/files/yzoMIfAnEpMsshga1bun">/files/yzoMIfAnEpMsshga1bun</a></td></tr><tr><td>Access detailed information for all our API endpoints, parameters and outcomes.</td><td><a href="https://developer.tuumplatform.com/explore">https://developer.tuumplatform.com/explore</a></td><td><a href="/files/J3dN9BVdg5GGKS5yTa2w">/files/J3dN9BVdg5GGKS5yTa2w</a></td></tr><tr><td>Discover practical examples and best practices for typical situations with code samples included.</td><td><a href="https://docs.tuum.com/tuum-developer-docs/api-cookbooks">https://docs.tuum.com/tuum-developer-docs/api-cookbooks</a></td><td><a href="/files/c1U0WIJ69CoHVQsLovIg">/files/c1U0WIJ69CoHVQsLovIg</a></td></tr></tbody></table>

Take advantage of our resources and enjoy coding!

{% hint style="info" %}
We are moving Tuum’s developer documentation from the [Developer Portal](https://developer.tuumplatform.com/) to this [Tuum Developer Docs](https://docs.tuum.com/tuum-developer-docs/getting-started/) page. During this transition, Getting Started information may be temporarily located on both pages.
{% endhint %}

## About Tuum

Tuum delivers an API first core-banking solution offered as SaaS. The modular structure offers complete control over integrated services, creating a bespoke solution. You can start your business with just a few modules and add more as your business grows. This approach ensures a faster time to market, keeps costs reasonable, and allows for flexible expansion based on business needs.

<table data-header-hidden data-full-width="true"><thead><tr><th></th></tr></thead><tbody><tr><td></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.tuum.com/tuum-developer-docs/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.
