# Configuring end-user settings for your project

This page explains various procedures you can perform on your project without being a project admin.

## Connecting your project to SonarQube for IDE <a href="#connecting-to-sonarlint" id="connecting-to-sonarlint"></a>

[SonarQube for IDE](https://www.sonarsource.com/products/sonarlint/) is a free IDE extension that integrates with SonarQube Cloud using connected mode. This way, SonarQube for IDE can catch issues immediately, right in the IDE, before you even commit them.

Check the SonarQube for IDE documentation for the details about setting up Connected Mode:

* [Connected mode](https://docs.sonarsource.com/sonarqube-for-intellij/connect-your-ide/connected-mode) for SonarQube for IntelliJ
* [Connected mode](https://docs.sonarsource.com/sonarqube-for-visual-studio/connect-your-ide/connected-mode) for SonarQube for Visual Studio
* [Connected mode](https://docs.sonarsource.com/sonarqube-for-vs-code/connect-your-ide/connected-mode) for SonarQube for VS Code
* [Connected mode](https://docs.sonarsource.com/sonarqube-for-eclipse/connect-your-ide/connected-mode) for SonarQube for Eclipse

## Generating a token for your project analysis <a href="#generating-token" id="generating-token"></a>

From the Team plan, see [scoped-organization-tokens](https://docs.sonarsource.com/sonarqube-cloud/administering-sonarcloud/managing-organization/scoped-organization-tokens "mention").

With the Free plan, see[managing-tokens](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/managing-tokens "mention").

## Subscribing to notifications on project events <a href="#subscribing-to-notifications" id="subscribing-to-notifications"></a>

You can choose to receive email notifications when specific events occur in your project. See [notifications](https://docs.sonarsource.com/sonarqube-cloud/managing-your-account/notifications "mention").

## Marking a project as favorite <a href="#mark-as-favorite" id="mark-as-favorite"></a>

Favorite projects are displayed on **My projects** page.

{% hint style="info" %}
When you create a project, it’s automatically marked as favorite.
{% endhint %}

To mark a project as a favorite:

1. Retrieve the project. See [retrieving-projects](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/retrieving-projects "mention") for more information.
2. In the top right corner of the page, select the star icon.

<div align="left"><figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2FahkJug8f2mxWIrUxOxeQ%2Fprojects-add-favorite.png?alt=media&#x26;token=6562990f-587e-42b1-a03c-db8f4dec32b2" alt="Adding a project to your favorites"><figcaption></figcaption></figure></div>

Alternatively, you can select or unselect the star in a list of projects from the **My projects** page or from *Your organization* > **Projects** page.

<div align="left"><figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2FCPWBxjEToHqlcgqox9dE%2Fprojects-add-favorite-list.png?alt=media&#x26;token=7ebebf2b-1d3f-46c0-90af-a3493777b07a" alt="SonarQube Cloud also lets you mark your favorite projects from the My Projects page. Simply select the start next to the project name."><figcaption></figcaption></figure></div>

## Using a project badge <a href="#using-project-badge" id="using-project-badge"></a>

If you have project access, you can include dynamic SonarQube Cloud badges on your web pages to display information about the project such as:

* The current value of specific metrics.
* The current quality gate status.
* The fact that you are using SonarQube Cloud.
* That your [ai-code-assurance](https://docs.sonarsource.com/sonarqube-cloud/ai-capabilities/ai-code-assurance "mention") has been analyzed, available for Team and Enterprise plans.

Markdown snippets and simple image URLs are provided to generate the badge code.

To generate the code of your dynamic project badge:

1. Retrieve the project. See [retrieving-projects](https://docs.sonarsource.com/sonarqube-cloud/managing-your-projects/retrieving-projects "mention") for more information.
2. Go to **Information** and scroll down to the **Badges** section
3. Select the information type you want to display:
   1. **Standard badge**
   2. **Quality gate badge**
   3. **Scanned on SonarQube Cloud badge**
   4. **AI Code Assurance badge**
4. Customize or modify the badge. Customization and modifications are available for the **Standard badge** and **Scanned on SonarQube Cloud badge**.
5. **Copy** the **Markdown** or Image **URL code**.

<div align="left"><figure><img src="https://2223713658-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FB4UT2GNiZKjtxFtcFAL7%2Fuploads%2F7UVT2rJRWjRFnp3CnlPg%2Fprojects-info-badges.png?alt=media&#x26;token=5c55f5d2-b910-48c5-9bb6-5b6afbcb6092" alt="Copying code for project badges"><figcaption></figcaption></figure></div>
