> 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/open-safe-private-secure/open-data-workflow-file-storage.md).

# Open Data, Workflow, File Storage

Nimbalyst keeps your documents, metadata, and settings in open formats on your own machine, and the app itself is open source on GitHub.

This page covers where Nimbalyst keeps your content and configuration. Your documents, plans, workflow commands, and images live as ordinary files in your own folders, in formats any tool can read.

### Open Source App

Nimbalyst itself is open source. The full source code is published at [github.com/nimbalyst](https://github.com/nimbalyst), so you can audit how your files, sessions, and settings are handled, build your own version, or contribute back.

More on the license and what is open is on the [open source page](https://nimbalyst.com/open-source/).

### Documents and Status Stored as Markdown

<div align="left"><figure><img src="https://562749618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiVUeHZHlFlZrZt02syRC%2Fuploads%2F6qdZTYzclP9YyAlXGceK%2FMetaData%20Storage%20of%20Status.png?alt=media&amp;token=d2ee7e1f-7a68-4802-8f17-e1629cf335fc" alt="A plan file open in the Nimbalyst editor, showing YAML frontmatter above the markdown body" width="375"><figcaption><p>A plan file in the editor. The YAML frontmatter at the top holds the plan's status, priority, owner, tags, and dates; the markdown body follows below.</p></figcaption></figure></div>

* **Human-readable format**: Plans, documents, tasks, and status tracking use standard markdown files
* **Version control ready**: Plain text files work with Git for history and collaboration
* **YAML frontmatter**: Structured metadata sits as YAML at the top of the markdown file
* **No proprietary formats**: Edit your files with any text editor, never locked into a specific tool
* **Transparent tracking**: Plan status, progress, and metadata are all visible and editable in the markdown source

### Workflow and Config Stored as Coding Agent Commands

<div align="left"><figure><img src="https://562749618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiVUeHZHlFlZrZt02syRC%2Fuploads%2F2CmBcWlMXetcBpydPkX2%2FCustom%20Claude%20Code%20%3A.png?alt=media&amp;token=9f1d2827-c848-4619-906b-43466c8cdb6c" alt="Claude Code documentation describing custom slash commands stored as markdown files" width="375"><figcaption><p>Claude Code's custom slash commands are markdown files in the .claude/commands/ folder of your project, so your Nimbalyst workflows use the same open format.</p></figcaption></figure></div>

* **Slash commands**: Custom workflows stored in `.claude/commands/` as markdown files
* **Project instructions**: Repository-specific guidance in `CLAUDE.md` checked into your codebase
* **Local configuration**: Settings and preferences stored in standard application directories
* **Portable workflows**: Share custom commands and workflows by committing them to version control
* **No vendor lock-in**: All configuration uses open standards and readable formats

### Your Files Stored in Your File Tree or GitHub

<div align="left"><figure><img src="https://562749618-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiVUeHZHlFlZrZt02syRC%2Fuploads%2FNUe9HQDTAR6AMpRKIzgO%2FStore%20in%20Markdown.png?alt=media&amp;token=ab90698a-57bc-42dc-a0a3-1565b5fe310a" alt="A plans folder in the file tree containing individual .md plan files"><figcaption><p>A project's plans folder in the file tree. Each plan is an ordinary .md file you can open with any editor.</p></figcaption></figure></div>

* **File system first**: Local documents are stored directly in your local file system
* **Optional team workspace**: Files explicitly promoted to Nimbalyst Teams gain a shared copy that flows through Cloudflare encrypted in transit and at rest
* **Git integration**: Full support for Git version control and GitHub synchronization
* **Your choice of sync**: Use GitHub, GitLab, Bitbucket, or any Git hosting service you prefer
* **Standard file structure**: Local project content stays in files and folders you control
* **Backup friendly**: Standard file storage works with any backup solution

### Your Images Stored in Your Project

When you paste or insert an image, the image file itself is saved in your project's `.nimbalyst/assets` folder, and your markdown file holds a plain link to it. Both travel with the project like any other file.


---

# 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/open-safe-private-secure/open-data-workflow-file-storage.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.
