# Overview

{% hint style="info" %} <sub>Cycle once:</sub> <sub></sub><sub>**what is secret**</sub><sub>,</sub> <sub></sub><sub>**where it is stored**</sub><sub>,</sub> <sub></sub><sub>**how you prove it with Test**</sub><sub>.</sub>
{% endhint %}

<h2 align="center"><sub>This page means</sub></h2>

<table><thead><tr><th width="311">This chapter is</th><th>This chapter is not</th></tr></thead><tbody><tr><td><sub>Habits &#x26; boundaries for operators</sub></td><td><sub>A guarantee that every third-party API stays backward compatible forever</sub></td></tr><tr><td><sub>Aligned with how Settings &#x26; <strong>Test</strong> behave</sub></td><td><sub>Legal advice or SOC2 attestation language</sub></td></tr></tbody></table>

<h2 align="center"><sub>Read in this order</sub></h2>

{% stepper %}
{% step %} <sub>**First**</sub>

[<sub>What counts as a secret</sub>](/security-and-privacy/what-counts-as-a-secret.md) <sub>so you share vocabulary.</sub>
{% endstep %}

{% step %} <sub>**Second**</sub>

[<sub>How credentials are stored</sub>](/security-and-privacy/credentials-in-aria.md) <sub>so “encrypted at rest” means something specific in production.</sub>
{% endstep %}

{% step %} <sub>**Third**</sub>

[<sub>What ARIA can do with each key</sub>](/security-and-privacy/what-aria-can-do-with-a-key.md) <sub>so you scope tokens at the vendor with intent.</sub>
{% endstep %}

{% step %} <sub>**Fourth**</sub>

<sub>Then pick the slice that matches your risk this month: Stripe, outbound comms, Notion, sessions, or devices.</sub>
{% endstep %}
{% endstepper %}

***

<h2 align="center"><sub>Ask a question</sub></h2>

<p align="center"><sub><strong>If someone pasted one key into the wrong place on day one, which key would hurt most?</strong></sub> <br><sub>Open that vendor’s least-privilege page tonight, not “eventually.”</sub></p>

***


---

# 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.ariaagi.com/security-and-privacy/overview.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.
