# dapp.fusion

Our main dApp contract is the one that users interact with when they engage with the protocol. The WAX address for this contract is dapp.fusion

The Github repo can be found at the following link:

{% embed url="<https://github.com/mdcryptonfts/waxfusion/tree/main/dapp.fusion>" %}

To get a breakdown of the actions and tables on this contract, use the quick links below.

## Quick Links

{% content-ref url="/pages/u4suWl8CSqwL4KB86etl" %}
[Actions](/smart-contracts/dapp.fusion/actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/VgblWnqOHrBDfisiKmxD" %}
[Tables](/smart-contracts/dapp.fusion/tables.md)
{% endcontent-ref %}

{% content-ref url="/pages/9WbhW36C10pi1XvWeHHN" %}
[Notification Memos](/smart-contracts/dapp.fusion/notification-memos.md)
{% endcontent-ref %}


---

# 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.waxfusion.io/smart-contracts/dapp.fusion.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.
