# 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="broken-reference"><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="https://975166244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgxoxmYBzkgmUAKYpM2S%2Fuploads%2FfEfrpwb01JV9CmUPjU3L%2Fa13.jpg?alt=media&#x26;token=e0fbd5c4-b25d-4f7c-8742-4006edecad84">a13.jpg</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="https://975166244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgxoxmYBzkgmUAKYpM2S%2Fuploads%2FGzBViAtaR7NT5tXJwAg3%2Fa11.jpg?alt=media&#x26;token=1c9179d2-956c-48ac-879b-e3fcf9e428b7">a11.jpg</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="https://975166244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgxoxmYBzkgmUAKYpM2S%2Fuploads%2F7Wx55vQeG4WaBA4NrJZ3%2Fa15.jpg?alt=media&#x26;token=6a749505-09ac-47f9-82ff-2b06f8aa3ee9">a15.jpg</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="https://975166244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgxoxmYBzkgmUAKYpM2S%2Fuploads%2FZKEMLn2wQev2UwmzKqDw%2Fa14.jpg?alt=media&#x26;token=2e9f27ec-d123-4df5-bc40-26377ef59d7a">a14.jpg</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="https://975166244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgxoxmYBzkgmUAKYpM2S%2Fuploads%2FniiXFyG2dD3luUMgJ3Gw%2Fa16.jpg?alt=media&#x26;token=a57d6972-36f8-4975-aebe-6a69c13a1eee">a16.jpg</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="https://975166244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDgxoxmYBzkgmUAKYpM2S%2Fuploads%2FUssfM4fMdjGxRXeg2lGQ%2Fa17.jpg?alt=media&#x26;token=3c1602b7-d08e-4c71-a5aa-9f386069fc25">a17.jpg</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="quick-start" %}
[quick-start](https://therootshive.gitbook.io/docs/quick-start)
{% endcontent-ref %}

{% content-ref url="reference/authentication" %}
[authentication](https://therootshive.gitbook.io/docs/reference/authentication)
{% 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://therootshive.gitbook.io/docs/welcome.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.
