# Projects Summary view

Currents enables you to create multiple projects to better organize your test pipeline. Each project consolidates test runs and their associated metrics, identified by unique IDs that seamlessly integrate with your CI environment. Leverage features to easily visualize, configure, and archive each project.

Customize project settings within the default Projects Summary view by adjusting the lookback period and applying the following filters to suit your preferences.

* **Dates**: Filter project data for up to the last 30 days.
* **Tags:** Filter [Tags](/guides/playwright-tags.md) associated with the test runs in your projects.
* **Author**: Use this filter to see projects based on contributions from specific team members, which can be useful for performance reviews or tracking individual contributions.
* **Branches**: Filter projects based on the branches within your version control system.

Once you’ve configured the view, save the settings to maintain your customized view for future sessions.

{% embed url="<https://www.loom.com/share/aca843df76464339a2d8201ac9aa0676?hideEmbedTopBar=true&hide_title=true>" %}
Customizable Project Summary View
{% endembed %}


---

# 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.currents.dev/dashboard/projects/projects-summary-view.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.
