# What is CI? (Continuous Integration)

* Developers pushing many small changes to a central GIT repo per day.&#x20;
* These changes are verified by an automatic software that runs comprehensive tests to ensure no major issues are seen by the customer

#### Branch based development process

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

{% hint style="info" %}
CI is a vital tool for developer collaboration. It really should be one of the first things that should be automated.

* Prevents errors and increase user satisfaction
  {% endhint %}


---

# 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://docs.arkannis.net/general-concepts/devops/what-is-ci-continuous-integration.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.
