# Create a Project

A **project** is the container of all files and scripts composing your robotic application.

To create a new project, if you’re on the[ Welcome screen](/get-started/first-steps/welcome-screen.md), click **New Project**. If you’ve already got any project open, choose **File -> New Project** from the main menu.

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

1. Choose a **path location** for your project.
2. Choose the enviornment type you prefer. **Virtualenv** is the preferred Python environment to run correctly Robpod Studio simulations.
3. Choose the **Python Interpreter**. Available Python interpreters on your machine will be displayed. If no Python interpreter can be detected on your machine, Robpod Studio will help to download and install one of the latest Python versions.

   <figure><img src="/files/8Jd8N21XAfqS4t8ikrBs" alt=""><figcaption></figcaption></figure>
4. Create.


---

# 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/create-a-project.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.
