# Overview

## Cash Advance Widget

Welcome to the Teller Cash Advance Widget docs.&#x20;

The Teller Cash Advance Widget is a React component, built to easily integrate Teller's Cash Advance into your app. With minimal setup required, you can integrate Teller's time based loans using your tokens as collateral!

Please note that a subgraph studio api key is required. Instructions for creating the key are found [here](https://docs.teller.org/teller-widget/generating-subgraph-studio-api-key).

## Repo and other links

* [Github repository](https://github.com/teller-protocol/teller-widget)
* [Interactive sandbox](https://widget-storybook.teller.org)


---

# 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://docs.teller.org/teller-widget/overview.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.
