# How We Code & Deploy

- [Development Flow](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/development-flow.md)
- [Testing (And The Freedom To Choose Your Tests)](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/testing-and-the-freedom-to-choose-your-tests.md)
- [Troubleshooting](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/troubleshooting.md)
- [Incident Management](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/incident-management.md)
- [Deployments and Disasters RPG](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/deployments-and-disasters-rpg.md): Incidents can be stressful so one of our engineers came up with a way to gamify preparing for them in the form of a role-playing game.
- [Engineering Enablers](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/engineering-enablers.md)
- [A-Team](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/a-team.md): Leaders of our engineering initiatives and a single, approachable point of contact to engineering.
- [Collaboration Tools](https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy/collaboration-tools.md)


---

# Agent Instructions: 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:

```
GET https://infobipengineering.gitbook.io/handbook/how-we-code-and-deploy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
