# Customizing Information page

This page explains how to add custom links to the Information page of a SonarQube Cloud project.

## Adding links to the Project information page <a href="#adding-project-links" id="adding-project-links"></a>

You can add URLs associated with your project visible on your **Project information** page in the **External Links** section.

### Creating a project link

<figure><img src="/files/FmC3aT5FkNhFYfBSp9ww" alt="Creating a project link"><figcaption></figcaption></figure>

1. Retrieve your project. See [Retrieving projects](/sonarqube-cloud/managing-your-projects/retrieving-projects.md) for more information.
2. In the left sidebar, select **Administration** > **Links**. The **Links** page opens.
3. In the top right corner, select **Create**. The **Create New Project Link** dialog opens.
4. Enter the name and URL, and select **Create**.

### Deleting a project link

1. Retrieve your project. See [Retrieving projects](/sonarqube-cloud/managing-your-projects/retrieving-projects.md) for more information.
2. In the left sidebar, select **Administration** > **Links**. The **Links** page opens with the list of configured links.
3. Select the delete icon for the link to remove it.

## Related pages <a href="#related-pages" id="related-pages"></a>

* [Project administration overview](/sonarqube-cloud/managing-your-projects/administering-your-projects/introduction.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-cloud/managing-your-projects/administering-your-projects/customizing-info-page.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.
