# Defly App

- [Defly Overview](https://defly.gitbook.io/defly-manual/app/overview.md)
- [Add an Account](https://defly.gitbook.io/defly-manual/app/add-an-account.md)
- [Rekey an Account](https://defly.gitbook.io/defly-manual/app/rekey-an-account.md): Delegate control to another account.
- [Wallet Actions](https://defly.gitbook.io/defly-manual/app/wallet-actions.md)
- [Reading the Market](https://defly.gitbook.io/defly-manual/app/reading-the-market.md)
- [Trading the Market](https://defly.gitbook.io/defly-manual/app/trading-the-market.md)
- [Account Tracking](https://defly.gitbook.io/defly-manual/app/account-tracking.md)
- [Setting Preferences](https://defly.gitbook.io/defly-manual/app/setting-preferences.md)
- [Committing to Governance](https://defly.gitbook.io/defly-manual/app/committing-to-governance.md)
- [dApp Browser](https://defly.gitbook.io/defly-manual/app/dapp-browser.md)
- [Fee Structure](https://defly.gitbook.io/defly-manual/app/fee-structure.md)
- [FAQs](https://defly.gitbook.io/defly-manual/app/faqs.md)
- [Glossary](https://defly.gitbook.io/defly-manual/app/glossary.md)
- [Changelog](https://defly.gitbook.io/defly-manual/app/changelog.md): All notable changes to the Defly app will be documented in here.


---

# 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://defly.gitbook.io/defly-manual/app.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.
