# Welcome Screen

A Welcome screen is displayed when no project is opened. For example, when you run Robpod Studio for the first time, or when you close the only open instance of a project. From this screen, you can [create a new project,](/get-started/first-steps/create-a-project.md) [import](https://www.jetbrains.com/help/pycharm/importing-project-from-existing-source-code.html), open, or [check out](https://www.jetbrains.com/help/pycharm/version-control-integration.html) an existing project from version control.

<figure><img src="/files/j995LKnP0uIlG0P10SA8" alt=""><figcaption></figcaption></figure>

Click **New Project** to start developing your applications.


---

# 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.robpod.cloud/get-started/first-steps/welcome-screen.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.
