# Swap Widget

![](/files/Gb98ZRFHhpamVgHCs1NI)

**Chose link for your chain:**

* WAX: <http://wax.alcor.exchange/swap-widget>
* EOS: <http://eos.alcor.exchange/swap-widget>
* TELOS: <http://telos.alcor.exchange/swap-widget>
* XPR: <http://proton.alcor.exchange/swap-widget>

Now you can easily integrate Alcor Exchange into your app.

```html
<iframe src="http://alcor.exchange/swap-widget" width="445" height="600"></iframe>
```

Just insert an iframe into your html page.

For example:

```html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
  <h1>Alcor Iframe<h1/>
  <iframe src="http://alcor.exchange/swap-widget" width="445" height="600"></iframe>
</body>
</html>
```

**Query parameters:** (for the widget link)

token id format is: **symbol-coontract** (e.g: **wax-eosio.token**)

* input: default input token
* output: default output token
* only: set available tokens for dropdown: set, with "," as delimeter. (e.g: "wax-eosio.token, tlm-alien.worlds")
* market: cursont market fee (check Referal / Custom market fee page)


---

# 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.alcor.exchange/swap-widget.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.
