# 2. Get Started in Two minutes

1. [Download](http://www.sonarsource.org/downloads/) and unzip the SonarQube distribution (let's say in "C:\sonarqube" or "/etc/sonarqube")
2. Start the SonarQube server: On Windows, execute
3. [Download](http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner) and unzip the SonarQube Scanner (let's say in "C:\sonar-scanner" or "/etc/sonar-scanner")
4. [Download](https://github.com/SonarSource/sonar-examples/archive/master.zip) and unzip some project samples (let's say in "C:\sonar-examples" or "/etc/sonar-examples")
5. Analyze a project:
6. Browse the results at [http://localhost:9000](http://localhost:9000/) (default [System administrator](http://docs.sonarqube.org/display/SONAR/Authorization) credentials are admin/admin)

![](https://2435610896-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M4S6_S81B3cqo6IsMQR%2F-M4S6_slCJUwbwdOoxA9%2F-M4S6jm5eorJqrySyVEg%2F1.png?generation=1586405251705265\&alt=media)


---

# 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://n-saikiran.gitbook.io/sonarqube/during_analysis.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.
