# README

Complete documentation for VibesEZ-Laptop — an in-game laptop interface for managing notes, tasks, calculations, and cryptocurrency.

## Which Documentation Do You Need?

### I'm a Player

Start here to learn how to use your laptop:

* [Using Your Laptop](broken://pages/B7ARdvbhUBa5WDa1ChHp) — Opening, navigating, and basic usage
* [Built-in Applications](broken://pages/vIBS1EvrzhnJdjQ9MJe4) — Notes, Tasks, Calculator, Settings
* [Managing Your Cryptocurrency](broken://pages/ncPVcvLh778bqml7DTGv) — Wallets, transfers, and transaction history
* [Customizing Your Laptop](broken://pages/tLEffnF7iOYOCmrXByDJ) — Themes, appearance, and preferences
* [FAQ](broken://pages/7BW0GfDiHtIZYxUoSmbn) — Common questions and answers

### I'm a Server Administrator

Setup and configuration documentation:

* [Server Setup and Configuration](broken://pages/Euqs8q5CElKiimQ7vjNq) — Installation, configuration, pre-launch checklist
* [Crypto Configuration](broken://pages/sQiq6N7AZHOmnk4NqED8) — Economy modes and currency setup
* [Managing Applications](broken://pages/dKB29xF8ml6RNnwxjDxj) — App permissions and configuration
* [Troubleshooting](broken://pages/WNFgEk7RXIX19nRQcuYy) — Solutions to common issues

### I'm a Developer

Building apps or integrating cryptocurrency:

* [Developer Overview](broken://pages/fEMXMQjdLU7mP9Ax4N2x) — How the system works for developers
* [Creating Your First App](broken://pages/K3CjvJJ7rR9yENQAnuJx) — Tutorial for building an app
* [API Reference](broken://pages/FK0VLFs37LcVz2DwGkkt) — Complete API documentation with examples
* [Best Practices](broken://pages/wvbeX1qQ4VKmBdxme8ZE) — Recommended patterns and approaches
* [Examples](broken://pages/lNOYTaSKUKuxkADglw4n) — Code examples and templates

## Getting Help

### Everything Works But I Have a Question

Start with the [FAQ](broken://pages/7BW0GfDiHtIZYxUoSmbn) — most common questions are answered there.

### Something Isn't Working

**As a Player:** Check [Troubleshooting](broken://pages/WNFgEk7RXIX19nRQcuYy) or contact your server administrator.

**As an Administrator:** See [Server Setup](broken://pages/Euqs8q5CElKiimQ7vjNq) for diagnosis steps, or check [Troubleshooting](broken://pages/WNFgEk7RXIX19nRQcuYy).

**As a Developer:** Check [API Reference](broken://pages/FK0VLFs37LcVz2DwGkkt) error codes and examples, then review [Best Practices](broken://pages/wvbeX1qQ4VKmBdxme8ZE).

### Specific Topics

* **Cryptocurrency** — See [Player Crypto Guide](broken://pages/ncPVcvLh778bqml7DTGv) (players) or [Crypto Configuration](broken://pages/sQiq6N7AZHOmnk4NqED8) (admins)
* **Apps and Features** — See [Applications](broken://pages/vIBS1EvrzhnJdjQ9MJe4) (players) or [Managing Applications](broken://pages/dKB29xF8ml6RNnwxjDxj) (admins)
* **Customization** — See [Customizing Your Laptop](broken://pages/tLEffnF7iOYOCmrXByDJ)
* **Integration** — See [API Reference](broken://pages/FK0VLFs37LcVz2DwGkkt) (developers only)

## Additional Resources

* [Changelog](broken://pages/LwgCcq7p3eHaQHTyc1Rj) — Version history and updates
* [Glossary](broken://pages/CiRcmRtDwVwvJLf6JLPy) — Terminology definitions (crypto and system terms)


---

# 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/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.
