# Widget Integration

- [Overview](https://docs.rango.exchange/widget-integration/overview.md): Rango Widget Playground
- [Quick Start](https://docs.rango.exchange/widget-integration/quick-start.md): Getting Start with Rango Widget
- [Customization](https://docs.rango.exchange/widget-integration/customization.md): Rango Widget Config
- [Monetization](https://docs.rango.exchange/widget-integration/monetization.md): How to enable affiliate in Rango Widget?
- [React Router](https://docs.rango.exchange/widget-integration/react-router.md): How to use Rango Widget with React Router?
- [Events](https://docs.rango.exchange/widget-integration/events.md): Subscribe to Rango Widget Events
- [External Wallets](https://docs.rango.exchange/widget-integration/external-wallets.md): Connecting to External Wallets


---

# 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.rango.exchange/widget-integration.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.
