# Overview

This documentation assists **C and C++ developers** in getting started with [TrustInSoft CI](https://ci.trust-in-soft.com/).

TrustInSoft CI is an **online source code analyzer** that continuously detects [undefined behaviors](https://docs.ci.trust-in-soft.com/faq#what-is-an-undefined-behavior) in C and C++ programs (crash, arbitrary code execution, ...).

Because it relies on the latest [formal methods](https://en.wikipedia.org/wiki/Formal_methods), TrustInSoft CI can detect the **most subtle undefined behaviors**, even when applied to well-tested code that has never revealed any problem. TrustInSoft CI also comes with a **powerful debugging interface** that helps developers easily find the **root cause of undefined behaviors**.


---

# 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.ci.trust-in-soft.com/master.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.
