# Build on Dataswyft Platform

- [Dataswyft One APIs](https://docs.dataswyft.com/build/dataswyft-one-apis.md): Integrate your established application with Dataswift's APIs.
- [Data API](https://docs.dataswyft.com/build/dataswyft-one-apis/data-api.md)
- [Filtering, Querying & Transforming Data](https://docs.dataswyft.com/build/dataswyft-one-apis/data-api/data-bundling.md): Data querying, filtering and transformation.
- [Data Debit](https://docs.dataswyft.com/build/dataswyft-one-apis/data-api/data-debits.md)
- [File Storage API](https://docs.dataswyft.com/build/dataswyft-one-apis/file-api.md)
- [Computations API](https://docs.dataswyft.com/build/dataswyft-one-apis/computations-api.md)
- [Contracted PDA API](https://docs.dataswyft.com/build/dataswyft-one-apis/contracted-pdas.md): Understanding & implementing Contracted PDAs.
- [Advanced Topics](https://docs.dataswyft.com/build/advanced-topics.md)
- [Error Reference](https://docs.dataswyft.com/build/advanced-topics/error-reference.md): Handling authentication errors.
- [Access Tokens](https://docs.dataswyft.com/build/advanced-topics/access-tokens.md)
- [User Journeys](https://docs.dataswyft.com/build/advanced-topics/pda-authentication.md)
- [User Onboarding](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/user-onboarding.md): Getting to grips onboarding users
- [Password Management](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management.md): Recovering and reseting passwords
- [Guides](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials.md)
- [iOS/Swift](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/ios-swift.md)
- [1. Authentication](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/ios-swift/1.-authentication.md)
- [2. Reading / Writing Data](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/ios-swift/2.-reading-writing-data.md)
- [3. File Storage](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/ios-swift/3.-file-storage.md)
- [4. Data Debits](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/ios-swift/4.-data-debits.md)
- [5. Data Plugs](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/ios-swift/5.-data-plugs.md)
- [6. Tools](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/ios-swift/6.-tools.md)
- [Android/Kotlin](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/android-kotlin.md)
- [1. Authentication](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/android-kotlin/1.-authentication.md)
- [2. Reading / Writing Data](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/android-kotlin/2.-reading-writing-data.md)
- [3. File Storage](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/android-kotlin/3.-file-storage.md)
- [4. Data Debits](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/android-kotlin/4.-data-debits.md)
- [5. Data Plugs](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/android-kotlin/5.-data-plugs.md)
- [6. Tools](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/android-kotlin/6.-tools.md)
- [JavaScript](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api.md)
- [1. Authentication](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api/1.-authentication.md)
- [2. Fetch Applications, Data Plugs and Data Debits](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api/2.-fetch-applications-data-plugs-and-data-debits.md)
- [3. Reading / Writing Data](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api/3.-reading-writing-data.md)
- [4. File Storage](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api/4.-file-storage.md)
- [5. Data Debits](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api/5.-data-debits.md)
- [6. Handling Errors](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api/6.-handling-errors.md)
- [7. FAQ](https://docs.dataswyft.com/build/advanced-topics/pda-authentication/password-management/tutorials/data-api/7.-faq.md)
- [Integrating with Data Wallets](https://docs.dataswyft.com/build/integrating-with-data-wallets.md)
- [Getting Started](https://docs.dataswyft.com/build/getting-started.md): From sandbox to production.
- [Quick Start](https://docs.dataswyft.com/build/getting-started/quick-start.md): An introduction for the impatient.
- [Developers Portal](https://docs.dataswyft.com/build/getting-started/developer-dashboard.md): Signing up for developer dashboard.
- [Updating and Submitting an Application](https://docs.dataswyft.com/build/getting-started/developer-dashboard/updating-and-submitting-an-application.md)
- [Deleting an Application](https://docs.dataswyft.com/build/getting-started/developer-dashboard/deleting-an-application.md)
- [Application Statuses](https://docs.dataswyft.com/build/getting-started/developer-dashboard/application-statuses.md)
- [Application Example - React](https://docs.dataswyft.com/build/getting-started/react-pda.md): Build a secure note app with React and @dataswift/hat-js
- [1. Environment Setup](https://docs.dataswyft.com/build/getting-started/react-pda/1.-environment-setup.md)
- [2. Create Main Structure](https://docs.dataswyft.com/build/getting-started/react-pda/2.-create-main-structure.md)
- [3. Main Page & Routing](https://docs.dataswyft.com/build/getting-started/react-pda/3.-main-page-and-routing.md)
- [4. User Authentication](https://docs.dataswyft.com/build/getting-started/react-pda/4.-user-authentication.md)
- [6. CRUD Operations](https://docs.dataswyft.com/build/getting-started/react-pda/6.-crud-operations.md): Perform Create, Read, Update and Delete calls.
- [5. Component Pages](https://docs.dataswyft.com/build/getting-started/react-pda/5.-component-pages.md): Signup page and Notes components


---

# 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/build.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.
