# Freedom Documentation

Welcome to the Freedom docs! This guide helps you navigate our documentation structure.

## What's Where

### Top-Level Folders

* **Architecture/** - System design, component relationships, and technical decisions
* **Processes/** - Business-process guidelines. Written for both people and AI-agents
* **\[Feature Name]/** - Documentation for a specific feature
  * [**Store**](https://docs.freedomtechhq.com/broken-reference) - Encrypted synchronized file store, the core of our system
  * **Email** - Encrypted email service

### Key Documents

* [**/How to Write Good Docs.md**](https://docs.freedomtechhq.com/how-to-write-good-docs) - Guidelines for contributing to documentation
* **\[Feature Name]/! Start Here.md** - Noticeable entry point, organized links to other docs
* **\[Feature Name]/! FUNCTIONAL COVERAGE.md** - Test planning and coverage tracking

## How to Work With `/docs`

Open the folder with Obsidian. Recommended plugins:

* Smart Typography

We use MDX format (Markdown with YAML metadata).

## Supporters

Thank you to [GitBook](https://www.gitbook.com/) for hosting our docs at [https://docs.FreedomTechHQ.com](https://docs.freedomtechhq.com)!


---

# Agent Instructions: 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.freedomtechhq.com/readme.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.
