# Account

- [Private Mode](https://docs.baz.co/account/private-mode.md): Deploy Baz with complete data residency control through an isolated File System Service (FSS) running in your environment.
- [Notifications](https://docs.baz.co/account/notifications.md): Never miss a review request with our new Notifications Center — a one-stop hub for everything happening in code reviews.
- [Configurations](https://docs.baz.co/account/configurations.md): Configure code review interactions with your teams
- [Billing](https://docs.baz.co/account/billing.md): The Account Settings in Baz allows you to manage your subscription, update payment information, and review your invoice history. All billing is securely handled by Stripe.
- [Security, privacy and compliance](https://docs.baz.co/account/security-privacy-and-compliance.md): This page outlines our cloud infrastructure setup and code residency practices, including where our systems run and how we manage and deploy our code.


---

# 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.baz.co/account.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.
