diff --git a/docs/troubleshooting/faq.mdx b/docs/troubleshooting/faq.mdx
index 8088ddf..99e9ce4 100644
--- a/docs/troubleshooting/faq.mdx
+++ b/docs/troubleshooting/faq.mdx
@@ -3,57 +3,69 @@ title: "FAQ"
description: "Frequently Asked Questions"
---
-- How do you build on top of the 01?
-- Where should I start?
-- Is there a walk-through for connecting a device to the server?
-- What are minimum hardware requirements?
-
- We are working on supporting this, but we only support server-side code
- execution right now.
-
-
- We recommend running `--profiles`, duplicating a profile, then experimenting
- with the settings in the profile file (like `system_message`).
-
-
- The server runs on your home computer, or whichever device you want to
- control.
-
-
- We are working on supporting external devices to the desktop app, but for
- now the 01 will need to connect to the Python server.
-
-
- We are working on building this feature, but it isn't avaliable yet.
-
-- What firmware do I use to connect?
-- What ideally do I need in my code to access the server correctly?
-
- We support `--tunnel-service bore` and `--tunnel-service localtunnel` in
- addition to `--tunnel-service ngrok`. [link to tunnel service docs]
-
-- If my device runs off bluetooth connected to a phone, is there a mobile app to use to connect to the server?
-
-
- If you use `--profile local`, you won't need to use an LLM via an API. The
- 01 server will be responsible for LLM running, but you can run the server +
- client on the same device (simply run `poetry run 01` to test this.)
-
-
- We have found `gpt-4-turbo` to be the best, but we expect Claude Sonnet 1.5
- to be comparable or better.
-
-
- If you use `--profile local`, you don't need to. For hosted language models,
- you may need to pay a monthly subscription.
-
-
- The computer does need to be running, and will not wake up if a request is
- sent while it's sleeping.
-
-
- The 01 defaults to `gpt-4-turbo`.
-
+
+ We have a [Getting Started](/getting-started/getting-started) guide that will
+ help you get up and running with the 01.
+
+
+
+ We have a [Connecting](/software/connecting-a-device) guide that will help you
+ get up and running with the 01.
+
+
+
+ We are working on supporting this, but we only support server-side code
+ execution right now.
+
+
+
+ We recommend running `--profiles`, duplicating a profile, then experimenting
+ with the settings in the profile file (like `system_message`).
+
+
+
+ The server runs on your home computer, or whichever device you want to
+ control.
+
+
+
+ We are working on supporting external devices to the desktop app, but for now
+ the 01 will need to connect to the Python server.
+
+
+
+ We are working on building this feature, but it isn't avaliable yet.
+
+
+
+ We support `--tunnel-service bore` and `--tunnel-service localtunnel` in
+ addition to `--tunnel-service ngrok`. [link to tunnel service docs]
+
+
+
+ If you use `--profile local`, you won't need to use an LLM via an API. The 01
+ server will be responsible for LLM running, but you can run the server +
+ client on the same device (simply run `poetry run 01` to test this.)
+
+
+
+ We have found `gpt-4-turbo` to be the best, but we expect Claude Sonnet 1.5 to
+ be comparable or better.
+
+
+
+ If you use `--profile local`, you don't need to. For hosted language models,
+ you may need to pay a monthly subscription.
+
+
+
+ The computer does need to be running, and will not wake up if a request is
+ sent while it's sleeping.
+
+
+
+ The 01 defaults to `gpt-4-turbo`.
+
We are exploring a few options about how to best provide a stand-alone device
@@ -78,3 +90,10 @@ description: "Frequently Asked Questions"
Please also join the Discord https://discord.gg/Hvz9Axh84z to find and discuss
ways to start contributing to the open-source 01 Project!
+
+- If my device runs off bluetooth connected to a phone, is there a mobile app to
+ use to connect to the server?
+- How do you build on top of the 01?
+- What are minimum hardware requirements?
+- What firmware do I use to connect? - What ideally do I need in my code to access
+ the server correctly?