# Getting Project Status

As a Project Creator, you can get a real-time status update on any of your active projects at any time, without needing to interrupt your team's workflow.

#### Step 1: Ask the AI for an Update

In the relevant project group chat, simply ask the CollabraChain AI for the current status.

> **Example Command:**
>
> ```
> @CollabraChain-AI, what's the status of the "Marketing Campaign Q3" project?
> ```

#### Step 2: Receive an Instant, Detailed Report

The AI will immediately query the project's smart contract on the Base blockchain and deliver a comprehensive summary directly in the chat. This report gives you a complete overview of the project's financial health and progress.

> **🤖 AI Response:**
>
> ```
> **Project Status: "Marketing Campaign Q3"**
>
> - **Total Budget:** 2500 USDC
> - **Funds Remaining in Escrow:** 2000 USDC
> - **Funds Disbursed:** 500 USDC
>
> **Milestone Progress:**
> - ✅ **(Paid)** Milestone 1: Strategy & Plan
> - ⏳ **(Active)** Milestone 2: Ad Creatives & Copy
> - 📋 **(Pending)** Milestone 3: Campaign Launch & Monitoring
>
> **Collaborators:**
> - @creator.base (Creator)
> - @anya.base
> - @ben.base
> ```

This feature allows you to maintain a clear and accurate overview of all your projects, ensuring transparency and facilitating better project management.


---

# 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://collabrachain.gitbook.io/docs/for-project-creators/images-and-media.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.
