# Viewing project information

To view various project information such the project key, visibility, tags, or total lines of code consumed on your main branch. Additionally, it includes project settings such as quality gate and quality profiles used for project analysis, AI Code Assurance or AI CodeFix status, proceed as follows:

1. Retrieve your project. See [Retrieving projects](/sonarqube-server/user-guide/viewing-projects/retrieving-projects.md) for more information.
2. Go to **Project Information**.

<div align="left"><figure><img src="/files/1LqbXVXK8NOe935aumsv" alt="Project information page"><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-server/user-guide/viewing-projects/viewing-project-information.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.
