# Other advanced procedures

## Managing webhooks at project level <a href="#webhooks" id="webhooks"></a>

See [Webhooks](/sonarqube-cloud/discovering-sonarcloud/integrations/webhooks.md) for more information.

## Monitoring the background tasks <a href="#monitoring-background-tasks" id="monitoring-background-tasks"></a>

1. Retrieve your project. See [Retrieving projects](/sonarqube-cloud/managing-your-projects/retrieving-projects.md) for more information.
2. Go to **Administration** > **Background tasks**. The **Background Tasks** page opens. The list of executed and pending background tasks is displayed.

## Viewing the analysis parameters of a given analysis run <a href="#viewing-analysis-parameters" id="viewing-analysis-parameters"></a>

1. Retrieve your project. See [Retrieving projects](/sonarqube-cloud/managing-your-projects/retrieving-projects.md) for more information.
2. Go to **Administration** > **Background tasks**. The **Background Tasks** page opens.
3. Select the actions menu to the far right of the analysis run you want to view and select **Show SonarScanner context**. The SonarScanner context opens in a new window.


---

# 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/advanced-administration/other-advanced-procedures.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.
