> For the complete documentation index, see [llms.txt](https://wiki.colorstack.org/the-colorstack-family/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.colorstack.org/the-colorstack-family/career-development/career-center/dei-in-the-workplace/addressing-microaggressions.md).

# Addressing Microaggressions

## O - Observe

***

👁️ \*Concrete, factual observations, not evaluative, "I noticed…"\*

The first step–share your observation(s). Tell the other person what happened in a factual, objective manner in order to ensure that you are both on the same page. If you have any data to accompany your observations, now would be the time to share it.

*Example: I noticed that when I wore my hair picked out yesterday, you reached out to touch it without warning.*

## T - Thinking

***

🧠 \*Thoughts based on observation, "I think…"\*

Next, share your thoughts and/or opinions about what occurred using “I” statements.

*Example: I think you were merely curious or trying to express that you liked my hairstyle. And I thought I might make you feel bad if I stopped you then and there.*

## F - Feeling

***

♥️ \*Emotions, "I feel…"\*

Then share your feelings, also using "I" statements.

*Example: But I felt uncomfortable and dehumanized–like an object on display, rather than a person.*

## D - Desire

***

💭 \*Specific request or inquiry about desired outcome, "I would like…"\*

Finally, share what your desired outcome is as a result of the conversation.

*Example: So moving forward, I would appreciate if you would not touch my hair.*


---

# 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.colorstack.org/the-colorstack-family/career-development/career-center/dei-in-the-workplace/addressing-microaggressions.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.
