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