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

# Welcome!

## Welcome to the Rootshive Developer Docs! 🎉

We're super excited to have you here! In our documentation, we're going to show you how you can use the Rootshive API to create some truly amazing product experiences. Let's dive in and start building something awesome together!

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/GIEppeX0csmpNV3yYvrW"><strong>SEND MONEY</strong></a></td><td>Sending cash to your bank account or a friend's wallet, it's a piece of cake. Let's get that money moving!</td><td></td><td><a href="/files/jpmtrYMWelno6LDYZKSW">/files/jpmtrYMWelno6LDYZKSW</a></td><td></td></tr><tr><td><strong>RECEIVE MONEY</strong></td><td>Accept payments from your customers via bank, card, USSD, and many more.</td><td></td><td><a href="/files/lEN1DlgWxwS2hg9cYhvP">/files/lEN1DlgWxwS2hg9cYhvP</a></td><td></td></tr><tr><td><strong>TRACK EVENTS</strong></td><td>Ingest data from diverse sources like web, CRM, app, and more for deeper insights.</td><td></td><td><a href="/files/amJRxI6Gwmc9Hz3dWFba">/files/amJRxI6Gwmc9Hz3dWFba</a></td><td></td></tr><tr><td><strong>SEGMENT USERS</strong></td><td>Create micro-segments based on past behavior, real-time actions, and interests.</td><td></td><td><a href="/files/SmAIAbQDlBkMmW65Qmb5">/files/SmAIAbQDlBkMmW65Qmb5</a></td><td></td></tr><tr><td><strong>BUSINESS  INSIGHTS</strong></td><td>Discover hidden insights and understand what influences your KPIs</td><td></td><td><a href="/files/b5mtbpDLOLDnzIjg6YUE">/files/b5mtbpDLOLDnzIjg6YUE</a></td><td></td></tr><tr><td><strong>TRANSACTIONS CHECK</strong></td><td>Tackle fraud and stay connected to your data on the go...</td><td></td><td><a href="/files/IVDMgcNWIqcQzy9ioRSL">/files/IVDMgcNWIqcQzy9ioRSL</a></td><td></td></tr></tbody></table>

## Authentication

Rootshive's core security protocol is OAuth 2.0, which authenticates API requests via associated API keys that can be managed directly from the dashboard. Rootshive provides an API key, that is used together with a secret key to generate a basic token and a secret key that should be kept confidential and stored exclusively on...Read more

## Want to jump right in?

Feeling enthusiastic and ready to dive in? Check out our quick start guide to make your first request easily:

{% content-ref url="/pages/uBc9TPvPOGtxG6WXobgx" %}
[Quick Start](/docs/quick-start.md)
{% endcontent-ref %}

{% content-ref url="/pages/ICvJF6CRJ9KOZ0usuVWQ" %}
[Authentication](/docs/reference/authentication.md)
{% endcontent-ref %}


---

# 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://therootshive.gitbook.io/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.
