# Research & Browser

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

| This page is                              | This page is not                                        |
| ----------------------------------------- | ------------------------------------------------------- |
| <sub>A boundary story for operators</sub> | <sub>A lecture on Content Security Policy headers</sub> |

<h2 align="center"><sub>The idea</sub></h2>

<sub>Your research keys fund queries and crawls. They are</sub> <sub></sub><sub>**not**</sub> <sub></sub><sub>public embed tokens. The product is shaped so integration secrets are handled where your deployment already enforces server trust, not inside every visitor's browser tab.</sub>

<h2 align="center"><sub>Why the boundary matters</sub></h2>

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

<sub>Anything that reaches the browser can be extracted by determined users, extensions, or mistakes in logging.</sub>
{% endstep %}

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

<sub>Vendor meters often charge per call. Centralizing calls helps you reason about cost and abuse.</sub>
{% endstep %}

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

<sub>**Test**</sub> <sub></sub><sub>in Settings exercises the same path the app prefers for proof, not a one-off curl from a laptop that bypasses your real controls.</sub>
{% endstep %}
{% endstepper %}

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

<p align="center"><sub><strong>Where does your “allowed to touch production keys” lives?</strong></sub> <br><sub>If it is only in someone’s head, write three bullets once.</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/research-and-browser.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.
