# Introduction tutorial

If you are a **C or C++ developer, this tutorial is for you** as it will help you **get started with TrustInSoft CI.** TrustInSoft CI is an online source code analyzer for C and C++ that relies on the latest [formal methods](https://en.wikipedia.org/wiki/Formal_methods).

In this tutorial, you will learn how to:

1. **Set up the continuous analysis of a project**
2. **Find the root cause of undefined behaviors** using TrustInSoft CI Analyzer
3. **Prove the absence of undefined behaviors** on the project tests

In its initial version, TrustInSoft CI can only analyze **public projects hosted on GitHub**, so as a requirement, you should have or be willing to create a GitHub account.

Let's get started!


---

# 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/tutorial.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.
