# C/C++/Objective-C analysis overview

The term *CFamily* refers to the collective group of C, C++, and Objective-C languages.

This section covers the following topics:

* [Analysis modes](/sonarqube-server/10.7/analyzing-source-code/languages/c-family/analysis-modes.md)
* [Prerequisites](/sonarqube-server/10.7/analyzing-source-code/languages/c-family/prerequisites.md)
* [Running the analysis](/sonarqube-server/10.7/analyzing-source-code/languages/c-family/running-the-analysis.md)
* [Customizing the analysis](/sonarqube-server/10.7/analyzing-source-code/languages/c-family/customizing-the-analysis.md)
* [Understanding the analysis](/sonarqube-server/10.7/analyzing-source-code/languages/c-family/understanding-the-analysis.md)
* [Related pages](/sonarqube-server/10.7/analyzing-source-code/languages/c-family/related-pages.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://docs.sonarsource.com/sonarqube-server/10.7/analyzing-source-code/languages/c-family/overview.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.
