> For the complete documentation index, see [llms.txt](https://infobipengineering.gitbook.io/handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infobipengineering.gitbook.io/handbook/become-a-better-engineer/steep-learning-curve.md).

# Steep Learning Curve

Infobip is built on an engineering mindset and we take pride in that. **As engineers, we take learning as an inseparable part of the job**. In order to boost the learning curve we have a structured approach to onboarding.

* Every new employee gets a [personalized, structured onboarding plan](/handbook/hiring-and-onboarding/your-onboarding-plan.md).
* Our **carefully designed Engineering onboarding program** provides the fastest way for a new engineer to build the foundation.
* Dedicated mentors enable continuous interaction to fill any knowledge gaps.

Infobip engineers have access to a range of [internal and external learning resources](/handbook/benefits/learning-and-knowledge-sharing.md), supported by a team or departmental [education budget](/handbook/benefits/engineering-education-budget.md).

Infobip experts' knowledge and willingness to help ensure fast learning curve and faster time to productivity. There is no better recipe to make an impact as early as possible. Sense of contribution is our main driving force.

**With a community like Infobip Engineering, those individual contributions have a compounding impact**.&#x20;

We build on top of each other's ideas and deliver a larger and more complex system than any individual or small team could produce. Getting you onboarded and up to speed quickly means you can start contributing to this shared product sooner.

On the other hand, our in-house built applications are just the tip of the iceberg. We love opensource and the bulk of our [technology stack](/handbook/tech-stack-and-architecture.md) is built on top of it. That ensures that the knowledge you acquire here is generally applicable. So you aren't learning just about our proprietary services, you are learning about standardized, open technologies.


---

# 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://infobipengineering.gitbook.io/handbook/become-a-better-engineer/steep-learning-curve.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.
