> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/gcp-identities/projects.md).

# Projects

The `Projects` page provides a list of enumerated Projects in GCP.

## Projects Details

The Details page includes the `Details` tab, and a `Visualize` button for enhanced navigation and analysis.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

<figure><img src="/files/7vEpJU6mM2pcqZAaOwM1" alt=""><figcaption><p>Project Details</p></figcaption></figure>

## Information

The Details tab contains attributes about the GCP Project. The page also includes a **Services** tab listing enabled GCP services within the project.

| Attribute    | Description                                                                                             |
| ------------ | ------------------------------------------------------------------------------------------------------- |
| Display Name | The human-readable name of the project (e.g., `My First Project`).                                      |
| Project ID   | The globally unique string identifier of the project (e.g., `qualified-star-488712-s5`).                |
| Name         | The full resource name of the project (e.g., `projects/397943765014`).                                  |
| Parent       | The parent resource of the project, which can be an organization or folder (e.g., `labs.forestall.io`). |
| Create Time  | The timestamp when the project was created.                                                             |
| Update Time  | The timestamp when the project was last updated. Displays `N/A` if unavailable.                         |
| Delete Time  | The timestamp when the project was deleted, if applicable. Displays `N/A` if not deleted.               |

### Services

List all services that includes project.


---

# 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:

```
GET https://docs.forestall.io/fsprotect/gcp-identities/projects.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.
