# Marketing

## Social Media

1. We should strive to post at least once a day to every social media platform we want to be active on:
   * Facebook
   * Twitter
   * Instagram
2. Monitor Slack for members to post project pics or videos.
3. &#x20;**ALWAYS** ask for the creator's permission to post their pictures and projects on social media.
4. If permission is granted, add that picture to the social-media Slack channel to consolidate content to be used later

## &#x20;Branding

### &#x20;Fonts

* Official RCL logo font is [Accidental Presidency](https://drive.google.com/file/d/1Scv3uvonfOyMDH-TOnK_e7S5mRE9C27L/view?usp=sharing)
  * "RIVER CITY LABS" is all uppercase
* Official scripting font is [Arcon](https://drive.google.com/file/d/1p6RXy8D-35_pWDyIGFjjv7lpmmGZ7yyx/view?usp=sharing)

### &#x20;Colors

* RCL Green
  * hex #80ff02
  * rgb(128,255,2)
* RCL Black
  * hex #000000
  * rgb(0,0,0)
* Sherwin Williams Paint Color
  * Electric Lime (SW 6921, 146-C3)

### &#x20;Logo Use

When using any of these logo graphics, you will need to open them in an SVG editing program, scale to the pixel size needed, then export that size as a PNG. This way we avoid any issues with pixelization of the images. We recommend [Inkscape](https://inkscape.org/en/release) as a great SVG editor.

* When using the logo on a light background, where black would normally be used, use the [Official Black Logo](https://drive.google.com/file/d/1Eg64S1hcSMpDlTYy6WMu7D57IjAhjH5B/view?usp=sharing)
* When using the logo on a dark background, where white would normally be used, use the [Official Green Logo](https://drive.google.com/file/d/1Xg1wpJTJQlhIHOEXf-nChVLRBRkewyyJ/view?usp=sharing)

### &#x20;Miscellaneous

* [Midwest Makerfest Logo](https://drive.google.com/file/d/1iuo1dZksYMgSqssHSJwIOJvEsgW_tiWc/view?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://wiki.rivercitylabs.space/rcl-administration/operations/marketing.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.
