# FAQs

### **Is Nimbalyst open source?**

Yes. Nimbalyst is open source and the code lives at [github.com/nimbalyst](https://github.com/nimbalyst). You can read the source, file issues, and contribute pull requests.

### **Can I use my existing Claude Code custom commands**

Yes

### **Can I have multiple workspaces open?**

Yes, unlimited windows. Each workspace is independent. Switch with window shortcuts.

### **Is my data sent to AI providers?**

Only when you use AI features, then document context is sent with messages.

API keys are sent only to authenticate.

If you use LM Studio, then nothing is sent (local)

### **Nimbalyst keeps opening my .md files instead of VS Code (or another app)**

This is a macOS behavior, not a Nimbalyst issue. On Mac, the "Always Open With" option in the right-click menu only applies to **that specific file**, not all files of that type.

To change the default app for **all** `.md` files:

1. In Finder, select any `.md` file
2. Press **⌘ + I** (Get Info)
3. Under **Open with**, select your preferred app (e.g., Visual Studio Code)
4. Click **Change All...**

This tells macOS to open every `.md` file with your chosen app going forward.

### **Can I use Nimbalyst offline?**

Full markdown editor functionality is available offline.

AI features require internet (except LM Studio).

### **What languages does Nimbalyst support?**

English today

<br>


---

# 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.nimbalyst.com/faqs/faqs.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.
