> For the complete documentation index, see [llms.txt](https://build.intract.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://build.intract.io/users-hub/ai-agents/pal-your-personal-data-agent.md).

# PAL, Your Personal Data Agent

PAL is your personal AI helper! It's built to put you in charge and make the most of your data in AI economy.

### The PAL Advantage

**Your Data, Your Control:** PAL runs on your device or in a secure environment we provide, keeping your data safe and in your hands. It uses a smart system to turn your tweets, transactions, and chats into useful insights—without sharing your private details.

**Sharing Only What You Want:** PAL acts like your personal guard. It knows what data to share and what to keep private, based on your choices. When you use other AI tools, PAL gives them just the right info to make their responses fit you perfectly.

**Working Together with Other AIs:** PAL connects you to other AI tools smoothly. While you chat with them, PAL pulls the right details from your data to make every answer spot-on—all while keeping things secure.

**Putting You in Charge of AI:** With PAL, you’re not just using AI—you’re helping shape it. You keep the value of your data and get services tailored to you, making you the center of the AI world.


---

# 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, and the optional `goal` query parameter:

```
GET https://build.intract.io/users-hub/ai-agents/pal-your-personal-data-agent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
