> 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/community/infobip-shift-conference.md).

# Infobip Shift Conference

Infobip's [Shift](https://shift.infobip.com/) is a developer conference, a tech event that brings together tech, business, and startup communities on the Croatian coastline. Shift is the largest tech event in the region of Southeast Europe, and in 2023, the first-ever U.S. edition was held in Miami, Florida.

<figure><img src="/files/jRFoH2wqaaQ2FrrmxZbA" alt=""><figcaption><p>Infobip Shift 2021</p></figcaption></figure>

Shift gathers thousands of attendees from all over the world, as well as some of the leading names from the top of the developer industry. Opportunities to learn or upgrade skills, as well as connect with peers, make Shift an invaluable event that no engineer should miss.

All of our engineers, just like all Bippers, can claim their free tickets and join us. Listen to some great talks, learn new things, meet cool people, enjoy the sun and great food, and wrap it all up with a party. Doesn't sound bad right?

<figure><img src="/files/XbtQ0dyaQ6sEVL05Fc4C" alt=""><figcaption></figcaption></figure>


---

# 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/community/infobip-shift-conference.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.
