> For the complete documentation index, see [llms.txt](https://help.rankability.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rankability.com/account-and-settings/using-the-all-projects-page.md).

# Using the all projects page

The All Projects page shows every content and tracking project across all your clients in one place.

## Steps

1. Click **Projects** in the left sidebar (visible in the “All Clients” scope).
2. The page shows a heading, subtitle, and project count.
3. Use the search bar to find projects by name.
4. Use filter dropdowns: All clients, All types (Content/Tracking), All statuses (Draft/In progress/Complete/Error).
5. Each row shows: client icon, project name (linked), client name, creation date, and status badge.
6. Click a project name to open it.
7. Use the **+ New project** button to open a client selection modal.

## Tips and best practices

* Use the status filter “In progress” to see your active workload.
* Use the type filter for content-only or tracking-only views.
* Projects without a client will show “No client.”

## Troubleshooting

* **Project missing** – Check the filter dropdowns. An active filter may be hiding it.
* **Projects link not in sidebar** – You must be in the “All Clients” view.

## Related articles

* [Understanding Home and Performance](/getting-started/understanding-the-dashboard.md) — Navigate the agency and client workspaces.
* [Creating a content project (Copywriter)](/copywriter/creating-a-content-project.md) — Create new content projects from this page.
* [Setting up keyword tracking](/track/setting-up-keyword-tracking.md) — Create and manage tracking projects.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.rankability.com/account-and-settings/using-the-all-projects-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
