> For the complete documentation index, see [llms.txt](https://iletai.gitbook.io/life-of-engineer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iletai.gitbook.io/life-of-engineer/documentation-of-an-engineer.md).

# Documentation Of An Engineer

{% hint style="info" %}
Learning and Reading Not For Your Company, Your Girl Friend, Or Anything Else. It's For You
{% endhint %}

## Overview

I heard a quote, the way you learn anything is to write it and teach someone.

> From now, Apr 12 2024. I'm iOS Developer. I want to write something for sharing and practice my technical skill. With more detail inside child page.

> Quotes: Life is sharing, life is beautiful.

## Quick links

{% content-ref url="/pages/SlpOdzGhmInx1SdwcuIm" %}
[What We Approach](/life-of-engineer/overview/what-we-approach.md)
{% endcontent-ref %}

{% content-ref url="/pages/Em3vX1kuqPMVgXjItblH" %}
[Our Documentations.](/life-of-engineer/overview/our-documentations..md)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="/pages/sJEFKrYMQGHvjwJlv5G7" %}
[Detail Technical Sharing](/life-of-engineer/technical-guides/detail-technical-sharing.md)
{% endcontent-ref %}

{% content-ref url="/pages/pLyAq0KkdWqK53e6QdqG" %}
[How To Write A Good Code!](/life-of-engineer/technical-guides/detail-technical-sharing/how-to-write-a-good-code.md)
{% endcontent-ref %}

{% content-ref url="/pages/SiLPPLbcapZ8a9d7HjBF" %}
[How To Avoid Stress Self-Deprecation For Developer](/life-of-engineer/soft-skill-guide/for-developer/how-to-avoid-stress-self-deprecation-for-developer.md)
{% endcontent-ref %}


---

# 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://iletai.gitbook.io/life-of-engineer/documentation-of-an-engineer.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.
