# Active Channel Directory

## Administration

| Channel Name                                                                                  | Description                                                                    |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| [administration](slack://channel?team=T046HEHJB\&id=C016R8V6GR2)                              | general makerspace administration chat                                         |
| [administration-bylaws-updates](slack://channel?team=T046HEHJB\&id=C034R05BNRG)               | chat about updating our bylaws                                                 |
| [administration-code-of-conduct-updates-2022](slack://channel?team=T046HEHJB\&id=C037YRSC883) | discuss proposed updates to the code of conduct                                |
| [rcl-expansion-2022](slack://channel?team=T046HEHJB\&id=C030S6U1MPD)                          | discuss expanding into adjacent rooms                                          |
| [tools-on-loan](slack://channel?team=T046HEHJB\&id=C02DCJ7DZNH)                               | if you borrow something from the space, please post it here so we can track it |

## Classes

| Channel Name                                                   | Description                     |
| -------------------------------------------------------------- | ------------------------------- |
| [casting\_class](slack://channel?team=T046HEHJB\&id=CAQGVSN06) | Metal Casting class on 3/3/2022 |

## Technology

| Channel Name                                                                   | Description                                                       |
| ------------------------------------------------------------------------------ | ----------------------------------------------------------------- |
| [it-container-hosting-project](slack://channel?team=T046HEHJB\&id=C03349AJNV7) | design/build a software container hosting platform for member use |

## 3D Printing

| Channel Name                                                                   | Description                                                 |
| ------------------------------------------------------------------------------ | ----------------------------------------------------------- |
| [3d-printing-purchase-a-prusa](slack://channel?team=T046HEHJB\&id=C032T5NPNPN) | purchase a prusa mini to trial replacing our other printers |

## Woodshop

| Channel Name                                                                        | Description                                                   |
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------- |
| [woodshop-workbench-router-project](slack://channel?team=T046HEHJB\&id=C02TMKB50MR) | discuss building a new workbench with integrated router table |

## Deep Linking Into Slack

Here's the string to use to create a deep link into the slack app:

```
slack://channel?team=T046HEHJB&id=C016R8V6GR2
```

All you need to do is find the channel id and replace the id after the 'id=' in the above link. The team name will stay the same.


---

# 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/members/active-channel-directory.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.
