# Color Coding

This is how we currently take advantage of color coding of the workflows:

* Brown - workflows that are pre-built in the template. Any added workflows that are working and in live.
* Red - modified but not finished workflows that need follow-on work
* Cyan - modified or newly added workflows that are finished and tested.

When pushing live we keep the Cyan color for newly added workflows. After deploying we change these to brown only in the development version. Now live version contains Cyan & Brown workflows and we know that Cyan workflows are workflows that were just pushed live. That makes debugging a bit easier as you can see which workflows were changed compared to the previous live version.


---

# 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.openbuild.io/working-with-the-framework/best-practices/color-coding.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.
