> For the complete documentation index, see [llms.txt](https://wiki.tinkerhub.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.tinkerhub.org/activity-book/learning-activity/inside-out.md).

# 🌪️ INSIDE OUT

#### *Where you think, question, debate — and rethink everything.*

Welcome to **INSIDE OUT**, a space where you don’t solve problems with tools, apps, or technology…\
but with **your mind**, your **morals**, your **logic**, and the unexpected corners of your own thinking.

This is not a program about right or wrong.\
It’s not even a program about finding answers.

It’s about **discovering how you think**.

Every week, you’ll get one scenario.\
A situation where human instinct, ethics, judgment, and emotion collide.\
You will sit together — as groups, circles, or pairs — and unpack it *from the inside out*.

You will ask:\
\&#xNAN;**“Why do I feel this way?”**\
\&#xNAN;**“What is influencing my choice?”**\
\&#xNAN;**“What changes if I look from someone else’s eyes?”**\
\&#xNAN;**“Am I reacting, or am I reasoning?”**

There is no AI.\
There is no Googling.\
There is no correct answer.

There is only **conversation**, **thoughtfulness**, and a chance to understand your mind a little deeper.

Get ready.\
Some scenarios will surprise you.\
Some will disturb you.\
Some will make you rethink what you believed was obvious.

Every session ends with a simple question:\
\&#xNAN;**“Did I come out understanding myself better than when I walked in?”**

If yes—you’re doing Inside Out right.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.tinkerhub.org/activity-book/learning-activity/inside-out.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
