# Installing Applications

Learn how to install, update, and manage applications on your VibesEZ-Laptop.

## Pre-Installed Applications

These applications come with every laptop:

| App        | Purpose                      |
| ---------- | ---------------------------- |
| Notes      | Create and manage text notes |
| Tasks      | Organize your to-do list     |
| Calculator | Perform math operations      |
| Crypto     | Manage your digital wallet   |
| Settings   | Configure your preferences   |

**No installation needed** - these launch directly.

## Finding Additional Applications

### In-Game App Store

The official marketplace within your laptop:

1. Look for an **"App Store"** app on your home screen, or
2. Open **Settings > Applications > Browse**
3. Browse available applications by category
4. Find the app you want
5. Follow installation steps

### By Developer Website

Some developers distribute directly:

1. Check the app's details page for a developer website link
2. Visit the developer's site
3. Follow their installation instructions
4. You may download an installer or receive an access link

### From Your Server Administrator

Ask your admin about apps available on your specific server. Popular applications might include:

* Music Player - Stream and manage music
* Photo Gallery - Organize and view photos
* Social Network - Connect with other players
* News Reader - Stay updated on server events
* Trading Terminal - Advanced cryptocurrency trading

## Installation Process

### Step-by-Step Installation

1. **Find the app** - Locate it in the App Store or through the developer
2. **Click "Install"** - Select the install button
3. **Review Permissions** - See what data the app can access
4. **Click "Confirm"** - Approve the installation
5. **Wait for completion** - Status bar shows progress (3-phase process):
   * **Downloading** - App files transfer to your laptop
   * **Installing** - Files are set up and configured
   * **Initializing** - App prepares for first use
   * **Complete** - Ready to use
6. **App appears on home screen** - Launch from there

### Installation Notes

* Installation usually takes a few seconds
* Receive confirmation notification when complete
* App automatically appears in your app grid
* Uninstall anytime from Settings if you change your mind

## Understanding Permissions

### What Are Permissions?

Permissions define what an app can access:

* Your wallet data
* Transaction history
* Personal contacts
* Notes and tasks
* System information
* User profile

### Permission Levels

**No Permissions** - App cannot access sensitive data

**Read-Only** - App can view but not modify your data

**Full Access** - App can read and modify your data

**Restricted** - Some features require manual confirmation

### Reviewing Before Installing

Always review the permissions screen before confirming:

* Does the app need these permissions to work?
* Do you trust the app developer?
* Are there fewer-permission alternatives?
* Can you deny certain permissions?

### Changing App Permissions Later

After installation:

1. Open **Settings > Applications > Permissions**
2. Select the app
3. View or modify its permissions
4. Some apps won't function with all permissions disabled

If an app doesn't work after you restrict permissions, either:

* Re-enable needed permissions, or
* Uninstall and reinstall the app

## Managing Installed Applications

### Updating Apps

**Auto-Update (if enabled):**

* Apps update automatically when available
* Check Settings > Applications > Updates

**Manual Updates:**

1. Go to App Store or Settings
2. Find the app with an update available
3. Click "Update"
4. Follow installation steps (usually faster than first install)

### Uninstalling Apps

Remove apps you no longer need:

1. Right-click the app on your home screen, or
2. Go to **Settings > Applications > Installed Apps**
3. Click the app
4. Select "Uninstall"
5. Confirm removal
6. App disappears from home screen

### Important Notes on Uninstalling

Before uninstalling:

* Check if the app stores important data
* Some apps auto-save data on the server
* Others delete everything when you uninstall
* Check the app description before removing
* Export data if you need to save it

If you uninstall by mistake:

* Reinstall the app
* Recovered data depends on how the app stores it
* Contact the app developer if data is lost

### Hiding vs Uninstalling

You don't have to uninstall to declutter:

1. Right-click the app
2. Select "Hide" (not available for all apps)
3. App disappears from home screen but remains installed
4. Unhide anytime through Settings

## Storage Management

### Checking App Sizes

1. Go to **Settings > Applications > Storage**
2. View size of each installed app
3. See total storage used

### Freeing Up Space

If storage is full:

1. Uninstall apps you don't use
2. Clear app cache in **Settings > Applications > Storage**
3. Archive old notes and completed tasks
4. Delete unused files

### Storage Limits

Your server may have limits on:

* Total apps installed per player
* Total storage per player
* Size of any single app

Ask your admin if you hit limits.

## Troubleshooting Installation

### Installation Hangs or Fails

**Try:**

1. Cancel installation
2. Close the App Store
3. Wait 30 seconds
4. Try installing again
5. Restart your laptop if still stuck (press ESC)

### App Won't Launch After Installation

**Try:**

1. Close the app
2. Wait 5 seconds
3. Reopen the app
4. If still broken, uninstall and reinstall
5. Contact the developer if it keeps crashing

### "Insufficient Storage" Error

You're out of space:

1. Uninstall unused apps
2. Clear app cache
3. Archive or delete old data
4. Try installing again

### App Requires Permissions I Don't Want to Grant

**Options:**

1. Install anyway with limited permissions (may not work fully)
2. Choose a different app
3. Contact the developer to ask about permission requirements
4. Contact your admin if permissions seem unreasonable

### Can't Find App in App Store

**The app may:**

* Not be available on your server
* Be installed but not shown in store
* Be disabled by your admin
* Require white-listing (ask your admin)

Last resort: Ask your server administrator.

## Best Practices

* Only install apps from trusted sources
* Review permissions before confirming
* Uninstall apps you don't use regularly
* Keep your laptop home screen organized
* Backup important data before uninstalling apps
* Check app updates regularly for improvements


---

# 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://vibesez.gitbook.io/vibesez/docs/laptop/for-players/installing-apps.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.
