# ReFresh Application Overview

Documentation for the Refresh App Web platform, organized by audience and role.

## Quick Navigation

* **Developers** → [Getting Started Guide](/documentation/developers/getting-started.md)
* **Architects** → [System Overview](/documentation/architecture/system-overview.md)
* **DevOps/SRE** → [Deployment Guide](/documentation/operations/deployment-guide.md)
* **Executives** → [Platform Overview](/documentation/executive/overview.md)

## By Role

### [Developers](/documentation/developers.md)

Setup, coding standards, and daily development workflows.

### [Architecture](/documentation/architecture.md)

System design, authentication, multi-tenancy, and security.

### [Operations](/documentation/operations.md)

Deployment, monitoring, and troubleshooting.

### [Executive](/documentation/executive.md)

Platform value, compliance, and cost optimization.

## Reference

* [CLI Commands](/documentation/reference/cli-commands.md)
* [Configuration](/documentation/reference/configuration.md)
* [API Routes](/documentation/reference/api-routes.md)
* [Glossary](/documentation/glossary.md)

## Support

* **Issues**: Create a GitHub issue
* **Questions**: Reach out to the Refresh Platform Team

***

*Last updated: October 2025*


---

# 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.refr-esh.com/documentation/readme.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.
