> For the complete documentation index, see [llms.txt](https://docs.bluebubbles.app/server/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluebubbles.app/server/troubleshooting-guides.md).

# Troubleshooting Guides

- [Troubleshooting Guides - Overview](https://docs.bluebubbles.app/server/troubleshooting-guides/troubleshooting-guides-overview.md): The following guides are to help you if you run into any issues setting up or using the BlueBubbles Server.
- [BlueBubbles Server Cannot Access MacOS Contacts](https://docs.bluebubbles.app/server/troubleshooting-guides/bluebubbles-server-cannot-access-macos-contacts.md): The following guide will show you how you can manually modify the TCC database to allow BlueBubbles to access your macOS Contacts.
- [Not Receiving Notifications or URL Changes on Android](https://docs.bluebubbles.app/server/troubleshooting-guides/not-receiving-notifications-or-url-changes-on-android.md): This page will help you troubleshoot and (hopefully) fix issues with not receiving notifications or URL changes on the Android app
- [Unable to Send Messages to International Contacts](https://docs.bluebubbles.app/server/troubleshooting-guides/unable-to-send-messages-to-international-contacts.md): This document will guide you on how to fix issues with sending messages to international phone numbers.
- [BlueBubbles App is Taking Up Too Much Storage](https://docs.bluebubbles.app/server/troubleshooting-guides/bluebubbles-app-is-taking-up-too-much-storage.md): This guide will show you how you can free up storage that the BlueBubbles App is taking up
- [Can't Send Messages from BlueBubbles](https://docs.bluebubbles.app/server/troubleshooting-guides/cant-send-messages-from-bluebubbles.md): This guide will show you how you can troubleshoot issues with sending messages through BlueBubbles.
- [BlueBubbles Server Opens to a Blank White Screen](https://docs.bluebubbles.app/server/troubleshooting-guides/bluebubbles-server-opens-to-a-blank-white-screen.md): This document will show you how you can fix the blank white screen issue when opening the BlueBubbles Server
- [Slow Upload Speed When Connecting Over LAN](https://docs.bluebubbles.app/server/troubleshooting-guides/slow-upload-speed-when-connecting-over-lan.md): This document will help you fix slow upload speeds when connecting to your BlueBubbles Server over your LAN.
- [Restarting Your Server Without a Direct Connection](https://docs.bluebubbles.app/server/troubleshooting-guides/restarting-your-server-without-a-direct-connection.md): This page will show you how you can restart your server, even when your app isn't connected
- [Fix FaceTime Features for Virtual Machines](https://docs.bluebubbles.app/server/troubleshooting-guides/fix-facetime-features-for-virtual-machines.md): This document will guide you on possibly fixing the FaceTime features when using a macOS virtual machine.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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