# Project Summary Page

After you have a project created, you can interact with that project in the "Project Summary Page". The sections that you see in the project summary page are standard though some do vary based on the project type.

Here's what a project summary page could look like:

<figure><img src="/files/1RjcTlsacrYjJZvPJNcy" alt=""><figcaption><p>Project Summary Page</p></figcaption></figure>

At the very top, you'll find the top bar, which is [described elsewhere](https://docs.mobilize.net/bifrost-documentation-or-mobilize.net/blackdiamond-studio-documentation/bds-portal/user-interface#1.-top-bar).

In the body of the page, you can find:

1. OPEN IDE: This launches [the IDE](/blackdiamond-studio-or-mobilize.net/blackdiamond-studio-documentation/online-code-editor.md) connected to this project and repository.
2. OPEN REPOSITORY: Opens the Git Repo connected to this account directly.
3. SHARE: This allows you to [share the project](/blackdiamond-studio-or-mobilize.net/blackdiamond-studio-documentation/bds-portal/sharing-a-project.md) with other BDS users.&#x20;
4. Project Name: The project name was defined when you first created this project. You can change the name here.&#x20;
5. Repository: You can view the repository information here. You can also see whether the connected to the repository has been established (Connected) or if the connection was not able to be established (Connection failed).
6. Connect to Snowflake: You can view your connection information here. You can also view if thre is a connection to the database (Connected). But it doesn't end there, you can input connection information if you did not do so when you initially setup the project, and you can change you connection details as well. To change you connection information, you will have to disconnect the database (choose DISCONNECT DATABASE at the bottom of the "Connect to Snowflake" section), then edit the information, and re-connect.&#x20;
7. Code: This section will vary by project type.
   * Conversion Project: View whether or not you have succesfully uploaded and run the conversion tool. You can also edit the conversion tool you are using and the license you are using as well.
   * Assessment Project: View whether or not you have successfully uploaded and run the analyzer tool. You can also edit the analyzer tool you are using and the license you are using as well.
   * Template Project: View the template that you are using, the documentation for that template (if it exists), and some basic information about that template.
   * Extraction Project: If you extracted code from a Snowflake account, this section will tell you if the extraction was succesful. There is nothing else to view here.
   * Code from Scratch Project: This section does not appear for this project type.

There's a lot you can do from the Project Summary page. Read on to learn more about these options.


---

# 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.gapvelocity.ai/blackdiamond-studio-or-mobilize.net/blackdiamond-studio-documentation/bds-portal/project-summary-page.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.
