# Code

Logilica provides analytics and insights for a number of repository solution including GitHub, GitLab, Bitbucket and Azure DevOps.

For a unified view Logilica uses the term Pull Request (PR) to denote any pull or merge request. Moreover, the following canonical representation of PR stages is used:

<figure><img src="/files/Qs2GquC7TjUyYoCUSQUf" alt="" width="563"><figcaption></figcaption></figure>

These stages as defined as follows:

* **Development**: from first commit to opening the PR.
* **Response**: from opening the PR to start of a review.
* **Review**: from first review response to approval of the PR.
* **Integration**: from approval of the PR until its merge/closure.


---

# 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.logilica.com/metrics-and-reports/code.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.
