# Functional Specs

- [Asset Info Page and Asset Lists](https://devs.peerplays.com/supporting-and-reference-docs/peerplays-dex-development/functional-specs/asset-info-page-and-asset-lists.md): The Peerplays Decentralized Exchange (DEX) platform functional requirements specification for the asset info related functions.
- [Dashboard](https://devs.peerplays.com/supporting-and-reference-docs/peerplays-dex-development/functional-specs/dashboard.md): DEX Functional Specifications - Dashboard
- [Exchange Page](https://devs.peerplays.com/supporting-and-reference-docs/peerplays-dex-development/functional-specs/exchange-page.md): The Peerplays Decentralized Exchange (DEX) platform functional requirements specification for the exchange page.
- [Login and Account Creation](https://devs.peerplays.com/supporting-and-reference-docs/peerplays-dex-development/functional-specs/login-and-account-creation.md): DEX Functional Specifications - Login / Account Creation
- [User Account Page](https://devs.peerplays.com/supporting-and-reference-docs/peerplays-dex-development/functional-specs/user-account-page.md): The Peerplays Decentralized Exchange (DEX) platform functional requirements specification for the user account page.
- [Voting Page](https://devs.peerplays.com/supporting-and-reference-docs/peerplays-dex-development/functional-specs/voting-page.md): The Peerplays Decentralized Exchange (DEX) platform functional requirements specification for the voting 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://devs.peerplays.com/supporting-and-reference-docs/peerplays-dex-development/functional-specs.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.
