# Free Cash Flow Tracking

We create and track FCF (Free Cash Flow) projects for the next twelve months. This is done here:

{% embed url="<https://docs.google.com/spreadsheets/d/1sdoZIPcpn1NEYwZ9RUbvSl8-GwxwkQ5dYF0cBs-_sfw/edit#gid=0>" %}
Private Free Cash Flow Tracking Sheet
{% endembed %}

This sheets tracks:

* **Income:** Total cash in from subscription and one-off payments.&#x20;
* **COGS:** Direct technology costs of running the Blue platform
* **Staff:** Costs for the various full-time team members
* **General Expenses:** Other expenses and non-platform related technology costs.&#x20;
* **Gross Profit:** Income - COGS
* **Net Profit:** Gross Profit - Staff - General Expenses
* **Cumulative Cash Flow:** The accumulated cash flow position since the start of the year.&#x20;

Shareholder loans and contributions are tracked here:

{% embed url="<https://docs.google.com/spreadsheets/d/1-QQ10syDSowMOEFEGz5XV5Ruh9XUi_PUkU5xSCcxfHg/edit#gid=0>" %}
Private Loans & Contributions Tracking Sheet
{% endembed %}


---

# 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://sop.blue.cc/operations/free-cash-flow-tracking.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.
