# 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/sonarqube/ide/) 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 [Managing Scoped Organization Tokens](/sonarqube-cloud/administering-sonarcloud/managing-organization/scoped-organization-tokens.md).

With the Free plan, see[Managing Personal Access Tokens](/sonarqube-cloud/managing-your-account/managing-tokens.md).

## 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 [Subscribing to email notifications](/sonarqube-cloud/managing-your-account/notifications.md).

## 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](/sonarqube-cloud/managing-your-projects/retrieving-projects.md) for more information.
2. In the top right corner of the page, select the star icon.

<div align="left"><figure><img src="/files/qOHt4SiqZuYJToMLsTv0" 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="/files/dTfkLYGSBLKW4NydujVT" 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](/sonarqube-cloud/ai-capabilities/ai-code-assurance.md) 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](/sonarqube-cloud/managing-your-projects/retrieving-projects.md) 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="/files/J2W5KcBBuEmzfRUuUoNu" alt="Copying code for project badges"><figcaption></figcaption></figure></div>


---

# 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-cloud/managing-your-projects/managing-your-project-as-developer.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.
