# COVID+Care+Art

![Neuro-Kindness Synectics Compass](https://media.giphy.com/media/O8veetKDHzD2Roq27m/giphy.gif)

{% embed url="<https://codepen.io/kdoore/live/eYZwOYN>" %}
Select Link above to access interactive Kindness Compass
{% endembed %}

## Art & Science of Kindness During COVID-19

### [Neuroscience of Kindness Art Contest](/main/neuroscience-of-kindness/neuroscience-of-kindness-art-contest/kindness-design-wheel.md)

### [Synectics Framework](/main/neuroscience-of-kindness/neuroscience-of-kindness-art-contest/synectics-framework.md)

### [Single Frame Narrative Examples](/main/neuroscience-of-kindness/neuroscience-of-kindness-art-contest/single-frame-narrative-examples.md)

### Kindness Builds Connections

> **All art, and most knowledge, entails either seeing connections, or making them. Until it is hooked up with what you already know, nothing can ever be learned or assimilated \~ Ralph Caplan**

{% file src="/files/-MIPiRozlyxyT4tF2Uez" %}
Notes on Connections - Ralph Caplan
{% endfile %}

## Getting Super Powers: Kindness

Becoming a super hero is a fairly straight forward process:

Computational Modeling to Optimize Human Experience

```csharp
$ get super-powers
using System.Learning
using System.NeuroKindness

void SelfAcceptance(Reflection(OwnEmotions)){
 KindActions( this.do );
 if(Insight != null){
    FeelGood++; 
    if( GreaterGood.Impact > 0) {
        LevelUp ( nextLevel );
        return;
      }
  //Recursive call
  SelfAcceptance(Reflection(MirroredEmotions);
 }
}

SelfAcceptance( Why( this.be ) ); 

```

##


---

# 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://neuroscienceofkindness.gitbook.io/main/master.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.
