> For the complete documentation index, see [llms.txt](https://docs.dataswyft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dataswyft.com/learn/platform-overview/serverless-pda-computations.md).

# Compute Tools

A Tool is a computation function that transforms data within the [PDA](/learn/architecture/personal-data-account.md) into new data, usually insights data. Privacy is inbuilt and ownership is assigned to the PDA user. These functions create new data, from simple summaries to new insights, and deposit the data back into the [PDA](/learn/architecture/personal-data-account.md), privately for the [PDA](/learn/architecture/personal-data-account.md) user and yet fully shareable with their permission.

Data scientists can create new insights and data within the [PDA](/learn/architecture/personal-data-account.md) for the PDA user to share with an application, receiving royalties in return, and in turn making even the simplest application into a powerful, personalised service for the user. Tools provide better insights, are fully private and full shareable.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/platform-overview/serverless-pda-computations.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.
