> For the complete documentation index, see [llms.txt](https://help.helioscard.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.helioscard.xyz/readme.md).

# Welcome to Helios

<h2 align="center">How can we help?</h2>

<p align="center">Helios lets you hold stablecoins, open a credit line against your assets, and spend with the Helios card. Browse the topics below or ask the GitBook Assistant.</p>

<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><h4><strong>Getting started</strong></h4></td><td>Create your account and learn the basics</td><td></td><td><a href="/pages/smvvWNbbR6ikYt6Jh1zs">/pages/smvvWNbbR6ikYt6Jh1zs</a></td></tr><tr><td><h4><strong>Your wallet</strong></h4></td><td>USDC, USDCx, deposits and withdrawals</td><td></td><td><a href="/pages/6vu6IwDCPmVcFICCFNEw">/pages/6vu6IwDCPmVcFICCFNEw</a></td></tr><tr><td><h4><strong>Credit line</strong></h4></td><td>Borrowing, limits, and repayment</td><td></td><td><a href="/pages/oJaphTmrv0jaO5hgbEdf">/pages/oJaphTmrv0jaO5hgbEdf</a></td></tr><tr><td><h4><strong>The Helios card</strong></h4></td><td>Apply, fund, and manage your card</td><td></td><td><a href="/pages/CvHWEI8hAyk9Rkn9b12x">/pages/CvHWEI8hAyk9Rkn9b12x</a></td></tr><tr><td><h4><strong>Troubleshooting</strong></h4></td><td>Pending transactions and common issues</td><td></td><td><a href="/pages/qUDFD272kn9DZlz5HUPD">/pages/qUDFD272kn9DZlz5HUPD</a></td></tr><tr><td><h4><strong>Contact support</strong></h4></td><td>Reach a human when you need one</td><td></td><td><a href="/pages/WYcc5ClFCEiD2v6YLAL5">/pages/WYcc5ClFCEiD2v6YLAL5</a></td></tr></tbody></table>

{% hint style="info" %}
This help center is being built out. If you can't find an answer, [contact support](/help-and-troubleshooting/contact.md).
{% endhint %}


---

# 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://help.helioscard.xyz/readme.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.
