# Guides

Dataswyft's guides will help you through the setting up, adoption and integration with the Dataswyft One platform. They provide developers with the foundations to set up the tools they need to transact data for iOS, Android and Javascript, and typically follow the following format:

* Setting up your environment
* Authenticating PDAs
* Reading, writing data and performing CRUD operations to or from PDAs
* Storing files to PDAs
* Setting up and using Data Debits
* Setting up and using Data Plugs
* Setting up and using Applications
* Setting up and using Tools


---

# 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/advanced-topics/pda-authentication/password-management/tutorials.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.
