# How to install Notabase

Notabase is a Progressive Web App (PWA). This means that you can install Notabase just as you would a regular desktop or mobile app.

Being a PWA means that Notabase loads faster and consumes less data. It also means that you can view your notes offline. Being able to edit your notes offline will be coming later.

## How to install on mobile

### Chrome / Edge / Brave

If you see an "Add to Home Screen" banner on the bottom of your screen, you can tap it to install Notabase.

Otherwise, you can tap the 3 dots in the top right, then "Install App".

### Safari

Tap the “Share” button, then tap “Add to Home Screen”.

### Firefox

Tap the 3 dots in the top right, then tap "Install".

## How to install on desktop

### Chrome / Edge / Brave

On the right side of the address bar, you'll see an icon next to the bookmark icon. Click it, then click "Install".

### Safari

Safari for desktop does not support PWAs.

### Firefox

Firefox for desktop does not support PWAs.


---

# 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://help.notabase.io/how-to-install-notabase.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.
