# Project information

The **Projects** page lists imported Projects and information about the Projects, such as vulnerabilities and license issues. On this page, you can group, filter, and sort your Projects and activate, deactivate, change test frequency, or delete them.

## Filter existing Projects

On the **Projects** page, you can filter your Projects by whether or not they contain issues and by the type of Git integration. The following filters are available:

* **Show**:
  * **With issues** - displays only Projects with issues.
  * **Without issues** - displays only Projects without issues.
* **Integrations** - displays the integrated Git repositories imported to Snyk.

To reset all filter criteria, click **Reset**.

{% hint style="info" %}
Only active Projects with discovered issues are displayed on the Projects page by default.
{% endhint %}

## View Project details

To view detailed information for a Project, click a Project entry. The page that opens displays the detailed Project information.

The following information is available:

* **Header**: displays a summary of the Project. See [Project summary](#view-project-summary).
* **Issue cards**: display summaries of issues found. See [Issue card information](https://docs.snyk.io/snyk-platform-administration/snyk-projects/issue-card-information).
* **Views** (links at top right):
  * **Overview**: displays [Project issues, fixes, and dependencies](https://docs.snyk.io/snyk-platform-administration/snyk-projects/view-project-issues-fixes-and-dependencies).
  * **History**: displays historical snapshots of recent tests. See [View Project history](https://docs.snyk.io/snyk-platform-administration/snyk-projects/view-project-history).
  * **Settings**: displays [Project settings](https://docs.snyk.io/snyk-platform-administration/snyk-projects/view-and-edit-project-settings).

## View Project summary

In the header of each Project overview, you can view information about:

* File and history details
  * Name and external link of the monitored repository
  * Name of the monitored branch
  * Direct link to the Project file in the SCM
  * The time when the Project was first imported to Snyk
  * The last time Snyk took a snapshot of the file that was fetched from the SCM and tested it
* Project import
  * **IMPORTED BY**: The user who imported the Project.
  * **PROJECT OWNER.** You can add an owner for this Project from a list of users who have access to the Project by clicking **Add a project owner**. You can also view this information through the endpoint [List all Projects for an Org with the given Org ID](https://docs.snyk.io/snyk-api/reference/projects#orgs-org_id-projects).
* Predefined [Project attributes](https://docs.snyk.io/snyk-platform-administration/snyk-projects/project-attributes) and any additional [Project tag](https://docs.snyk.io/snyk-platform-administration/snyk-projects/project-tags) metadata.


---

# 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.snyk.io/snyk-platform-administration/snyk-projects/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.
