# Web App

If you can't (or don't want to) install any extra app to your desktop OS, just open [https://roundpie.app/](https://roundpie.app) in your browser, log in, and start working.&#x20;

There are some tips, though:&#x20;

1. **Pin the app's tab.** Sometimes, a browser or some extension kills the tab in the background to save your computer resources (CPU and RAM). If the tab is killed, there is no way to continue ticking + there is no way to make sure the timer info will be successfully saved to the cloud log.&#x20;
2. Remember that **some hotkeys won't work in the browser** if they can't be overwritten. For example, ⌘+S / CTRL+S (full sync) will work on the desktop app but not in the web app. The same is true about ⌘+R / CTRL+R (active project sync).&#x20;
3. There is no way (at least for now) to define **custom sounds** in the web app. &#x20;
4. There are plenty of handy tools like [Rambox](https://rambox.pro/), [Franz](https://meetfranz.com/), and [Shift](https://tryshift.com/) where you can use the app if you care about your browser's tabs.&#x20;


---

# 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.rpie.me/desktop-apps/web-app.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.
