> For the complete documentation index, see [llms.txt](https://docs.lazai.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lazai.network/private-data-inference/introduction.md).

# Introduction

### LazAI API

The LazAI API provides a simple way to run AI inference on private data without losing control of your information.

It enables developers to perform context engineering, training, and evaluation directly on LazAI ensuring that data never leaves the owner’s control.

Once you contribute your private data and mint a Data Anchoring Token (DAT), you can invoke AI models in a privacy-preserving way.

This workflow guarantees that your sensitive data remains secure, auditable, and owned by you, while still powering intelligent AI services.

***

### Why Private Data Inference?

Data privacy is essential in industries such as healthcare, finance, and research.

Traditional AI services often require uploading datasets to centralized servers, increasing the risk of data exposure or misuse.

With LazAI, inference happens securely on your own terms:

* No data handover: Your dataset never leaves your control.
* End-to-end encryption: All model calls and outputs are cryptographically secured.
* Verifiable execution: Each inference request can be verified using on-chain proofs.
* Ownership preserved: You retain ownership and monetization rights via the DAT standard.

This allows you to build and run value-aligned AI agents that respect data sovereignty combining performance with full privacy compliance.

***

### Next Steps

Continue with the following guides to learn how to use the LazAI API in different environments:

* [Using Python](/private-data-inference/lazai-api/using-python.md)
* [Using Node.js](/private-data-inference/lazai-api/using-nodejs.md)
* [Using Rust](/private-data-inference/lazai-api/using-rust.md)


---

# 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://docs.lazai.network/private-data-inference/introduction.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.
