# ROYGBIV

ROYGBIV is an acronym for the sequence of colors in a rainbow - **R**ed, **O**range, **Y**ellow, **G**reen, **B**lue, **I**ndigo, and **V**iolet - ordered by wavelength from longest to shortest. Developed by Sir Isaac Newton, this mnemonic represents the visible light spectrum split by a prism, typically used to remember the color order from top to bottom.

We have implemented this system in our traits. This allowed us to create 3,443 unique colors.

***

{% embed url="<https://docs.google.com/spreadsheets/d/1kXN8BJwNvUsW0LVPhlLEWJx-YHq7kIOhBLAkbZsshBM/edit?usp=sharing>" %}


---

# 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://pointsworks.gitbook.io/pointsworks/points/roygbiv.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.
