> For the complete documentation index, see [llms.txt](https://app.inwisso.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://app.inwisso.com/apps/genaiapps-ask-ai-hear-answer/pp.md).

# Privacy Policy

### Data We Handle

GenAiApps lets you ask AI questions and hear answers read aloud. To provide these features, the app may process:

* Chat prompts and conversation context you enter.
* AI and speech settings you choose.
* A custom OpenRouter API key, only if you enable custom OpenRouter mode.
* Local chat history stored on your device until you delete it.

Hosted AI mode sends your prompt and relevant conversation context to the app's hosted backend and AI provider to generate an answer. Hosted mode may store limited operational logs, such as hashed install ID, hashed IP address, model, input character count, request status, provider status or error class, and timestamps. These logs are used for rate limits, abuse prevention, debugging, and reliability.

Custom OpenRouter mode sends prompts, conversation context, model settings, and your API key to OpenRouter to provide AI responses. Your custom API key is stored in Keychain on your device.

Speech features may process response text locally or through the selected speech provider, depending on your settings.

### What We Do Not Do

GenAiApps does not show ads, sell data, track users for advertising, or include analytics SDKs.

### Sharing

Data is shared only as needed to operate app features, including with hosted infrastructure, OpenRouter or selected AI/speech providers, Apple platform services, or when required by law.

### Your Choices

You can delete saved conversations in the app, clear or replace your custom API key in settings, or delete the app to remove local app data from your device.

### Changes

This policy may be updated when app features, providers, or legal requirements change.

### Contact

For privacy questions, contact <privacy@inwisso.com>.


---

# 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://app.inwisso.com/apps/genaiapps-ask-ai-hear-answer/pp.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.
