# Principles

Our AirOps Studio roadmap is centered around the following principles:

* **Everyone Should Build with AI**: The best prompt 'engineers' often sit in teams across an organization and we believe they should all be equally empowered to prototype and build amazing things leveraging that.
* **Experimentation Drives Progress**: Probabilistic LLMs need extensive experimentation in order to get to real solutions. We want to make that fast, fun and widely accessible.
* **Ship, Iterate, and Improve**: Continuous learning and improvement of any deployed solution is key. We are making it easy to observe your Workflows and quickly improve them.
* **Data = Differentiation**: Securely combine your data with LLMs and accumulate valuable usage data for fine-tuning and retrieval performance improvement.
* **Security & Privacy First**: We are committed to the security and transparent usage of your data and privacy.
* **Scales with You**: AirOps Studio is designed to grow with with you as you take solutions to production and scale them.


---

# 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.airops.com/about/principles.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.
