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

# Getting Started

{% hint style="info" %}
A quick map of the NØFI product. Each area below will grow into its own full section as the docs fill in — this page is the map.
{% endhint %}

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-wallet" style="color:$primary;">:wallet:</i></h3></td><td><strong>Wallet</strong> <mark style="color:$success;">Live</mark></td><td>Add money, withdraw funds, swap, and FAQs</td><td></td></tr><tr><td><h3><i class="fa-credit-card" style="color:$primary;">:credit-card:</i></h3></td><td><strong>Card</strong> <mark style="color:$success;">Live</mark></td><td>Getting a card, spending &#x26; transactions, fees &#x26; limits</td><td></td></tr><tr><td><h3><i class="fa-right-left" style="color:$primary;">:right-left:</i></h3></td><td><strong>On/Off-Ramp</strong> <mark style="color:$success;">Live</mark></td><td>Supported rails (bank, PromptPay) and regional availability</td><td></td></tr><tr><td><h3><i class="fa-handshake" style="color:$primary;">:handshake:</i></h3></td><td><strong>Partners</strong> <mark style="color:$success;">Live</mark></td><td>Flow of funds, integrations, and the white-label program</td><td><a href="/pages/oSHvrYk5492Epc7oDR4e">/pages/oSHvrYk5492Epc7oDR4e</a></td></tr></tbody></table>

## Wallet

* Add money
* Withdraw funds
* Swap
* FAQs

## Card

* Getting a card
* Spending & transactions
* Fees & limits

## On/Off-Ramp

* Supported rails (bank, PromptPay)
* Regions & availability

## Partners

* [Flow of Funds](/flow-of-funds.md)
* [Integrations](/integrations.md)
* White-label program


---

# 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.nofi.money/getting-started.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.
