# Learn about Dataswyft Platform

- [Decentralized Data Servers](https://docs.dataswyft.com/learn/architecture.md): What they are and what they do.
- [Personal Data Accounts](https://docs.dataswyft.com/learn/architecture/personal-data-account.md): Understanding Data Accounts
- [Personal Data Account](https://docs.dataswyft.com/learn/personal-data-account.md): More information on PDAs.
- [DDS Dashboard](https://docs.dataswyft.com/learn/personal-data-account/pda-dashboard.md): Also called the “HAT App”
- [HMIC Permissions](https://docs.dataswyft.com/learn/personal-data-account/permissions.md): Permissions for read-write access into the PDA is through special contracts.
- [Namespaces](https://docs.dataswyft.com/learn/personal-data-account/namespaces.md): Learn about the method of storage in the Dataswyft One infrastructure.
- [Single Sign-On](https://docs.dataswyft.com/learn/personal-data-account/authentication.md): Understanding Single Sign-On.
- [Data Wallet](https://docs.dataswyft.com/learn/data-wallet.md)
- [Data Wallet Canvas and Solutions](https://docs.dataswyft.com/learn/data-wallet/data-wallet-canvas-and-solutions.md): Data Wallet solutions examples designed by our community
- [CheckD Data Wallet: Release Notes](https://docs.dataswyft.com/learn/data-wallet/checkd-data-wallet-release-notes.md): CheckD Release Notes.
- [Dataswyft One](https://docs.dataswyft.com/learn/platform-overview.md): Understand the Dataswyft One platform and its features.
- [Compute Tools](https://docs.dataswyft.com/learn/platform-overview/serverless-pda-computations.md): Running analytics on Dataswift One


---

# 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.dataswyft.com/learn.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.
