> For the complete documentation index, see [llms.txt](https://blog.gigacode.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.gigacode.dev/people/the-human-side-of-tech.md).

# The Human Side of Tech

Technology is cool, right? But what's even cooler are the hard working folks who keep that technology running every day. Chances are, if you're reading this you fall into that group of hard working people.&#x20;

Unfortunately, the human aspect of this industry is often overlooked. My goal of this section is to be an open and honest collection of deep-dives into different mindsets and habits, and how to provide upkeep to your mental health.

When it comes to mental health in particular, if you know me you know I'm a very open book with that if someone wants to talk. I think normalizing open discussions about topics such as mental health that had been previously stigmatized is incredibly important.

{% hint style="danger" %}
Hotlines can provide free and fast access to help if you need support yourself or need help supporting a friend. If you're concerned about a friend, please encourage them to contact a hotline as well. Many now support SMS text messages if you prefer to message or otherwise cannot speak on the phone.

<https://findahelpline.com>

This site contains a list of global support hotlines, including multiple countries and types of help. There is a Quick Exit button provided if searching for help may cause further conflict. Services are verified and vetted by [ThoughtLine Ltd](https://www.throughlinecare.com) to ensure they are legitimate and operational.
{% endhint %}

While I am not a professional, I have been through my fair share of struggles, and believe being open and willing to talk to others can be a good resource as well. I can't promise that I'll make things better, but I can promise to listen and relate where possible.

If you have an immediate crisis, please use the resources linked above. But, if you just need someone to chat with, I've opened my DMs on Discord for the ***@gigacode*** account


---

# 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://blog.gigacode.dev/people/the-human-side-of-tech.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.
