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

# DEVELOPER FEATURES

- [Coding with Coding Agents & Nimbalyst](https://docs.nimbalyst.com/developer-features/coding-with-claude-code-and-nimbalyst.md): How to code with Claude Code and Codex inside Nimbalyst, a visual interface for coding agents with your files, diffs, and sessions side by side.
- [Basics on Code/Git for Non-Devs](https://docs.nimbalyst.com/developer-features/basics-on-code-git-for-non-devs.md): A plain-language introduction to code and git for product managers and designers who want to use a coding agent without a dev background.
- [Turn on/off Developer Mode](https://docs.nimbalyst.com/developer-features/turn-on-off-developer-mode.md): Turn Developer Mode on or off in Nimbalyst to show or hide the terminal, git worktrees, and the other git features you may not need.
- [Terminal Window](https://docs.nimbalyst.com/developer-features/terminal-window.md): Run a Ghostty-powered terminal inside Nimbalyst. Create multiple terminal sessions in your workspace directory that survive app restarts.
- [Worktrees](https://docs.nimbalyst.com/developer-features/worktrees.md): Use git worktrees in Nimbalyst to run AI coding agents on several branches at once, each with its own directory, session, and diff to review.
- [Working with Git](https://docs.nimbalyst.com/developer-features/working-with-git.md): Commit, check status, and manage branches in Nimbalyst with AI-generated commit proposals and git file status colors in the file tree.
- [Pull Request Reviews](https://docs.nimbalyst.com/developer-features/pull-request-reviews.md): Review GitHub pull requests inside Nimbalyst. Read the diff, run an AI review, open the branch in a worktree, then comment, approve, or merge.
- [Agent Teams](https://docs.nimbalyst.com/developer-features/agent-teams-and-super-loops.md): Agent Teams let one coding agent session spawn parallel teammate agents. Super Loops run an agent iteratively on one task until it is complete.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nimbalyst.com/developer-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
