# Basic Guides

- [Basic Guides - Overview](https://docs.bluebubbles.app/server/basic-guides/basic-guides-overview.md): Here you'll find simple guides for using BlueBubbles
- [Port Forwarding & Dynamic DNS](https://docs.bluebubbles.app/server/basic-guides/port-forwarding-and-dynamic-dns.md): This guide will show you how to port-forward using your home's router, so you can connect directly to your BlueBubbles server using a Dynamic DNS. No need for a third-party proxy service.
- [Prevent macOS from Sleeping](https://docs.bluebubbles.app/server/basic-guides/preventing-macos-from-sleeping.md): This page will show you multiple options for preventing your mac from sleeping. While there are multiple ways, we do have a recommended way... see below.
- [Migrating Servers](https://docs.bluebubbles.app/server/basic-guides/migrating-servers.md): If you want to change the Mac server that your BlueBubbles Server runs on, you've come to the right place!
- [Multiple Users on the Same Mac](https://docs.bluebubbles.app/server/basic-guides/multiple-users-on-the-same-mac.md): This guide helps you run BlueBubbles for multiple people on the same Mac
- [Autostart Server After Crash](https://docs.bluebubbles.app/server/basic-guides/autostart-server-after-crash.md): This document will guide you on how you can configure your Mac to automatically restart the BlueBubbles Server app if the app crashes (unsafe exit)


---

# 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.bluebubbles.app/server/basic-guides.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.
